2002-11-25 00:48:28 +01:00
|
|
|
# New ports collection makefile for: grhino
|
|
|
|
# Date created: 21 Sep 2002
|
|
|
|
# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= grhino
|
2004-03-28 14:58:38 +02:00
|
|
|
PORTVERSION= 0.10.0
|
2004-04-05 05:31:02 +02:00
|
|
|
PORTREVISION= 1
|
2004-03-19 14:29:39 +01:00
|
|
|
#PORTREVISION= 1
|
2002-11-25 00:48:28 +01:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= rhino
|
|
|
|
|
|
|
|
MAINTAINER= umeno@rr.iij4u.or.jp
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= GRhino Othello/Reversi Program
|
2002-11-25 00:48:28 +01:00
|
|
|
|
2004-04-04 09:05:41 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_ICONV= yes
|
2002-11-25 00:48:28 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_REINPLACE= yes
|
2004-04-04 09:05:41 +02:00
|
|
|
USE_GNOME= gtk20 gnomeprefix gnomelibs pkgconfig
|
2002-11-25 00:48:28 +01:00
|
|
|
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>
|