summaryrefslogtreecommitdiff
path: root/games/freedink-dfarc/Makefile
blob: 2c66337c9d9855787b5f772b2dd4deca9620f552 (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: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$

PORTNAME=	freedink-dfarc
PORTVERSION=	3.14
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	GNU/freedink
DISTNAME=	dfarc-${PORTVERSION}

MAINTAINER=	shurd@FreeBSD.org
COMMENT=	Frontend and .dmod installer for GNU FreeDink

USES=		compiler:c++11-lib desktop-file-utils gettext gmake shared-mime-info
USE_CXXSTD=	c++11
USE_WX=		3.0
GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes
USE_GNOME=	intltool
CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG} --disable-upx --disable-static
CONFIGURE_ENV+=	ac_cv_path_XDG_DESKTOP_MENU= ac_cv_path_XDG_ICON_RESOURCE= \
		ac_cv_path_XDG_MIME=

.include <bsd.port.mk>