Lines 7-30
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= libggz |
9 |
PORTNAME= libggz |
10 |
PORTVERSION= 0.0.7 |
10 |
PORTVERSION= 0.0.8 |
11 |
CATEGORIES= games |
11 |
CATEGORIES= games |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= http://ggzgamingzone.org/pub/ggz/%SUBDIR%/ |
13 |
MASTER_SITE_SUBDIR= ggz |
13 |
MASTER_SITE_SUBDIR= ${PORTVERSION} |
14 |
|
14 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= The GGZ Gaming Zone - Base Library |
16 |
COMMENT= The GGZ Gaming Zone - Base Library |
17 |
|
17 |
|
18 |
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt |
18 |
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt |
19 |
|
19 |
|
|
|
20 |
USE_GNOME= gnomehack gnometarget |
20 |
USE_OPENSSL= yes |
21 |
USE_OPENSSL= yes |
21 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
22 |
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" |
23 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
23 |
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |
|
|
24 |
CONFIGURE_ARGS= --disable-debug --with-gcrypt --with-tls |
24 |
CONFIGURE_ARGS= --disable-debug --with-gcrypt --with-tls |
25 |
|
|
|
26 |
INSTALLS_SHLIB= yes |
25 |
INSTALLS_SHLIB= yes |
27 |
|
26 |
|
28 |
MAN3= ggz.h.3 |
27 |
MAN3= ggz.h.3 |
|
|
28 |
|
29 |
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |
30 |
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |
29 |
|
31 |
|
30 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |