freebsd-ports/games/gbrainy/Makefile
John Marino b2bd3657b3 games/gbrainy: Fix build by requiring gnome-doc-utils
I think the removal of gnome-panel by one of the dependencies could
have exposed the lack of USE_gnome=gnomedocutils here.
2014-10-03 07:27:08 +00:00

29 lines
672 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
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>