1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/games/grhino/Makefile
Tilman Keskinoz 8484d01098 Add grhino, another reversi/othello Clone
PR:		43452
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2002-11-24 23:48:28 +00:00

31 lines
702 B
Makefile

# New ports collection makefile for: grhino
# Date created: 21 Sep 2002
# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
#
# $FreeBSD$
#
PORTNAME= grhino
PORTVERSION= 0.7.0
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rhino
MAINTAINER= umeno@rr.iij4u.or.jp
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GNOMENG= yes
USE_GNOME= gnomelibs gnomeprefix
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB+= VERSION=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>