diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-09 01:44:07 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-09 01:44:07 +0000 |
commit | c00e6d0d8b587c4b83b97cd4745dce54aae9d03e (patch) | |
tree | db75135df4e7e220517796f58990f57cc4a674e0 /games/ggz-client-libs/Makefile | |
parent | ec12e9166c520d50c990cfb7772c8a424cb5e132 (diff) | |
download | ports-c00e6d0d8b587c4b83b97cd4745dce54aae9d03e.tar.gz ports-c00e6d0d8b587c4b83b97cd4745dce54aae9d03e.zip |
Notes
Diffstat (limited to 'games/ggz-client-libs/Makefile')
-rw-r--r-- | games/ggz-client-libs/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile new file mode 100644 index 000000000000..44f719dc9df5 --- /dev/null +++ b/games/ggz-client-libs/Makefile @@ -0,0 +1,34 @@ +# ex:ts=8 +# Ports collection makefile for: ggz-client-libs +# Date created: Oct 8, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= ggz-client-libs +PORTVERSION= 0.0.7 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ggz + +MAINTAINER= ports@FreeBSD.org +COMMENT= The GGZ Gaming Zone - Core Client Libraries + +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ + expat.4:${PORTSDIR}/textproc/expat2 \ + ggz.1:${PORTSDIR}/games/libggz + +GNU_CONFIGURE= yes +CONFIGURE_ENV= \ + CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ARGS= --disable-debug + +INSTALLS_SHLIB= yes + +MAN3= ggzcore_h.3 ggzmod_h.3 +MAN5= ggz.modules.5 +MAN6= ggz-config.6 + +.include <bsd.port.mk> |