mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
44 lines
978 B
Makefile
44 lines
978 B
Makefile
# New ports collection makefile for: gbrainy
|
|
# Date created: 29 April 2010
|
|
# Whom: Kevin Lo <kevlo@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gbrainy
|
|
PORTVERSION= 2.03
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= A 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= desktopfileutils gnomehack gtksharp20 gnomesharp20
|
|
USE_GMAKE= yes
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
MAN6= gbrainy.6
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
|
${WRKSRC}/src/Clients/Classical/gbrainy.in
|
|
|
|
post-install:
|
|
@-update-desktop-database
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
.include <bsd.port.post.mk>
|