diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-23 10:29:27 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-23 10:29:27 +0000 |
commit | a3bb3310c33f6c39503f014b0bf3f56bb21195c5 (patch) | |
tree | e2a77c5a1a789376c6e1b00070340f93d75720de /games/freedink-dfarc/Makefile | |
parent | 99aa2705f761cb417f0947a9d917d3155cf0cbe2 (diff) | |
download | ports-a3bb3310c33f6c39503f014b0bf3f56bb21195c5.tar.gz ports-a3bb3310c33f6c39503f014b0bf3f56bb21195c5.zip |
Notes
Diffstat (limited to 'games/freedink-dfarc/Makefile')
-rw-r--r-- | games/freedink-dfarc/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/freedink-dfarc/Makefile b/games/freedink-dfarc/Makefile index 10729f86b030..b17b6266445e 100644 --- a/games/freedink-dfarc/Makefile +++ b/games/freedink-dfarc/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: syncterm -# Date created: 3 October 2006 -# Whom: shurd -# +# Created by: shurd # $FreeBSD$ -# PORTNAME= freedink-dfarc PORTVERSION= 3.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= freedink @@ -16,12 +12,11 @@ DISTNAME= dfarc-${PORTVERSION} MAINTAINER= shurd@sasktel.net COMMENT= Frontend and .dmod installer for GNU FreeDink -LIB_DEPENDS= iconv:${PORTSDIR}/textproc/intltool - USE_GMAKE= yes 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 |