[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / misc / pooler-cpuminer

Annotation of ports/misc/pooler-cpuminer/Makefile, Revision 1.1.1.1

1.1       kirby       1: # $OpenBSD: Makefile.template,v 1.68 2013/10/02 07:34:45 ajacoutot Exp $
                      2: #ONLY_FOR_ARCHS =      ???
                      3: #NOT_FOR_ARCHS =       ???
                      4: #BROKEN =              reason
                      5:
                      6: COMMENT =              ???
                      7:
                      8: DISTNAME =             pooler-cpuminer-2.3.2
                      9: PKGNAME =              cpuminer-2.3.2
                     10:
                     11: CATEGORIES =           misc
                     12:
                     13: #HOMEPAGE =            ???     URL
                     14:
                     15: #MAINTAINER =          ???
                     16:
                     17: # Setting PERMIT_PACKAGE_CDROM=Yes defaults other PERMIT_* variables to Yes.
                     18: PERMIT_PACKAGE_CDROM = Yes
                     19:
                     20: WANTLIB =              c crypto curl idn pthread ssl z
                     21:
                     22: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=cpuminer/}
                     23:
                     24: #RUN_DEPENDS =         ???
                     25: LIB_DEPENDS =          net/curl
                     26:
                     27: SEPARATE_BUILD =       Yes
                     28: CONFIGURE_STYLE =      gnu
                     29: #CONFIGURE_ARGS +=     ${CONFIGURE_SHARED}
                     30: #CONFIGURE_ENV =       ???
                     31:
                     32: #CFLAGS =              ???
                     33: #LDFLAGS =             ???
                     34: WRKDIST =              ${WRKDIR}/${PKGNAME}
                     35:
                     36: .include <bsd.port.mk>

CVSweb