2013-08-15 19:26:03 +02:00
|
|
|
# Created by: Stephen Hurd <shurd@sasktel.net>
|
2008-11-25 06:27:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= freedink-dfarc
|
2013-08-15 19:26:03 +02:00
|
|
|
PORTVERSION= 3.10
|
2008-11-25 06:27:35 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= freedink
|
|
|
|
DISTNAME= dfarc-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= shurd@sasktel.net
|
|
|
|
COMMENT= Frontend and .dmod installer for GNU FreeDink
|
|
|
|
|
2013-12-29 11:40:02 +01:00
|
|
|
USES= desktop-file-utils gettext gmake shared-mime-info
|
2008-11-25 06:27:35 +01:00
|
|
|
USE_WX= 2.6+
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2013-05-23 12:29:27 +02:00
|
|
|
USE_GNOME= intltool
|
2008-11-25 06:27:35 +01:00
|
|
|
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|