mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
b66f2f2ad7
Remove useless desktop database support (it does not need it) Fix plist
30 lines
658 B
Makefile
30 lines
658 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
|
|
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>
|