2014-06-18 22:18:11 +02:00
|
|
|
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
2008-11-25 06:27:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= freedink-dfarc
|
2015-01-31 07:58:54 +01:00
|
|
|
PORTVERSION= 3.12
|
2008-11-25 06:27:35 +01:00
|
|
|
CATEGORIES= games
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GNU/freedink
|
2008-11-25 06:27:35 +01:00
|
|
|
DISTNAME= dfarc-${PORTVERSION}
|
|
|
|
|
2014-06-18 22:18:11 +02:00
|
|
|
MAINTAINER= shurd@FreeBSD.org
|
2008-11-25 06:27:35 +01:00
|
|
|
COMMENT= Frontend and .dmod installer for GNU FreeDink
|
|
|
|
|
2015-01-31 07:58:54 +01:00
|
|
|
USES= compiler:c++11-lib desktop-file-utils gettext gmake shared-mime-info
|
2015-04-10 21:36:13 +02:00
|
|
|
USE_CXXSTD= c++11
|
2015-01-31 07:58:54 +01:00
|
|
|
USE_WX= 3.0
|
2014-03-24 16:38:52 +01:00
|
|
|
WX_UNICODE= yes
|
2008-11-25 06:27:35 +01:00
|
|
|
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
|
2014-06-10 07:14:39 +02:00
|
|
|
CONFIGURE_ENV+= ac_cv_path_XDG_DESKTOP_MENU= ac_cv_path_XDG_ICON_RESOURCE= \
|
|
|
|
ac_cv_path_XDG_MIME=
|
2008-11-25 06:27:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|