blob: b9d9becf0949eca6ac4cf2299a9013930658c012 (
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
25
26
27
28
29
|
# New ports collection makefile for: syncterm
# Date created: 3 October 2006
# Whom: shurd
#
# $FreeBSD$
#
PORTNAME= freedink-dfarc
PORTVERSION= 3.2.1
PORTREVISION= 2
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
LIB_DEPENDS= iconv:${PORTSDIR}/textproc/intltool
USE_GMAKE= yes
USE_WX= 2.6+
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static
MAN1= dfarc.1
.include <bsd.port.mk>
|