2f0486b647
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
29 lines
681 B
Makefile
29 lines
681 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gbrainy
|
|
PORTVERSION= 2.2.2
|
|
PORTEPOCH= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= Brain teaser game and trainer
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= mautil:${PORTSDIR}/devel/mono-addins \
|
|
${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_GNOME= gtksharp20 gnomesharp20 gnomedocutils intltool
|
|
USES= gettext gmake mono pathfix pkgconfig \
|
|
shebangfix
|
|
SHEBANG_FILES= src/Clients/Classical/gbrainy.in
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|