blob: b17b6266445e216bcfec7e580a7beb45860d04de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: shurd
# $FreeBSD$
PORTNAME= freedink-dfarc
PORTVERSION= 3.2.1
PORTREVISION= 5
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
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
.include <bsd.port.mk>
|