diff options
Diffstat (limited to 'games/ggz-kde-client/Makefile')
-rw-r--r-- | games/ggz-kde-client/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/games/ggz-kde-client/Makefile b/games/ggz-kde-client/Makefile new file mode 100644 index 000000000000..867d579c3f38 --- /dev/null +++ b/games/ggz-kde-client/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: ggz-kde-client +# Date created: Feb. 19, 2006 +# Whom: yinjieh +# +# $FreeBSD$ +# + +PORTNAME= ggz-kde-client +PORTVERSION= 0.0.12 +CATEGORIES= games +MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \ + http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTVERSION} + +MAINTAINER= yinjieh@csie.nctu.edu.tw +COMMENT= The GGZ Gaming Zone - KDE Client + +LIB_DEPENDS= ggzcore.8:${PORTSDIR}/games/ggz-client-libs + +GNU_CONFIGURE= yes +USE_GCC= 3.3+ +USE_GMAKE= yes +USE_KDELIBS_VER= 3 + +MAN6= compcal.6 ggzap.6 keepalivecontrol.6 \ + kggz.6 kgrubby.6 shadowbridge.6 + +.include <bsd.port.mk> |