41b191050a
- Stage support - Uses desktop-file-utils and shared-mime-info
21 lines
532 B
Makefile
21 lines
532 B
Makefile
# Created by: Stephen Hurd <shurd@sasktel.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freedink-dfarc
|
|
PORTVERSION= 3.10
|
|
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
|
|
|
|
USES= desktop-file-utils gettext gmake shared-mime-info
|
|
USE_WX= 2.6+
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_GNOME= intltool
|
|
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static
|
|
|
|
.include <bsd.port.mk>
|