mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
9f1449858b
PR: 197062
25 lines
651 B
Makefile
25 lines
651 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freedink-dfarc
|
|
PORTVERSION= 3.12
|
|
CATEGORIES= games
|
|
MASTER_SITES= GNU
|
|
MASTER_SITE_SUBDIR= 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_WX= 3.0
|
|
WX_UNICODE= yes
|
|
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>
|