freebsd-ports/games/freedink-dfarc/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

23 lines
627 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
PORTNAME= freedink-dfarc
PORTVERSION= 3.14
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= GNU/freedink
DISTNAME= dfarc-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Frontend and .dmod installer for GNU FreeDink
USES= compiler:c++11-lib desktop-file-utils gettext gmake gnome \
shared-mime-info
USE_CXXSTD= c++11
USE_WX= 3.0
GNU_CONFIGURE= 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>