diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-24 05:22:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-24 05:22:13 +0000 |
commit | dccaf13db87eeb3c3809a0d9954bfa474c1c89c6 (patch) | |
tree | bbfdd047207f500c1f129bc2bcdedcc48619f98a /games/asc/Makefile | |
parent | a9bc8f746c9b931f0332dbdee5dab930ece14a2e (diff) |
Notes
Diffstat (limited to 'games/asc/Makefile')
-rw-r--r-- | games/asc/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 145be0e79edc..4f5bd2a3335f 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= asc -PORTVERSION= 1.13.8.0 -PORTREVISION= 2 +PORTVERSION= 1.15.0.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= asc-hq @@ -16,7 +15,8 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= A turn based, multiplayer strategic game with very nice graphics -LIB_DEPENDS= paragui.4:${PORTSDIR}/x11-toolkits/paragui +LIB_DEPENDS= paragui.4:${PORTSDIR}/x11-toolkits/paragui \ + sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -33,6 +33,8 @@ CONFIGURE_ARGS= --disable-paraguitest OPTIONS= MUSIC "Install extra music files" off +MAN6= asc.6 asc_demount.6 asc_mount.6 asc_mapedit.6 asc_makegfx.6 asc_weaponguide.6 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 |