b2bd3657b3
I think the removal of gnome-panel by one of the dependencies could have exposed the lack of USE_gnome=gnomedocutils here.
29 lines
672 B
Makefile
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>
|