diff options
Diffstat (limited to 'games/freedink-dfarc/Makefile')
-rw-r--r-- | games/freedink-dfarc/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/freedink-dfarc/Makefile b/games/freedink-dfarc/Makefile index b17b6266445e..e9fbbb550f61 100644 --- a/games/freedink-dfarc/Makefile +++ b/games/freedink-dfarc/Makefile @@ -1,9 +1,8 @@ -# Created by: shurd +# Created by: Stephen Hurd <shurd@sasktel.net> # $FreeBSD$ PORTNAME= freedink-dfarc -PORTVERSION= 3.2.1 -PORTREVISION= 5 +PORTVERSION= 3.10 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= freedink @@ -12,13 +11,13 @@ DISTNAME= dfarc-${PORTVERSION} MAINTAINER= shurd@sasktel.net COMMENT= Frontend and .dmod installer for GNU FreeDink -USE_GMAKE= yes +USES= gettext gmake USE_WX= 2.6+ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= intltool CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static -MAN1= dfarc.1 +MAN1= dfarc.1 freedink-dfarc.1 .include <bsd.port.mk> |