Update games/hexalate to version 1.1.6
[dports.git] / games / freedink-dfarc / Makefile
1 # Created by: Stephen Hurd <shurd@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       freedink-dfarc
5 PORTVERSION=    3.14
6 PORTREVISION=   3
7 CATEGORIES=     games
8 MASTER_SITES=   GNU/freedink
9 DISTNAME=       dfarc-${PORTVERSION}
10
11 MAINTAINER=     shurd@FreeBSD.org
12 COMMENT=        Frontend and .dmod installer for GNU FreeDink
13
14 USES=           compiler:c++11-lib desktop-file-utils gettext gmake gnome \
15                 shared-mime-info
16 USE_CXXSTD=     c++11
17 USE_WX=         3.0
18 GNU_CONFIGURE=  yes
19 INSTALLS_ICONS= yes
20 USE_GNOME=      intltool
21 CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static
22 CONFIGURE_ENV+= ac_cv_path_XDG_DESKTOP_MENU= ac_cv_path_XDG_ICON_RESOURCE= \
23                 ac_cv_path_XDG_MIME=
24
25 .include <bsd.port.mk>