freebsd-ports/games/grhino/Makefile
Pav Lucistnik a8a13cfcfc - Update to 0.15.0
- Fix gettext detection in configure script
- Fix FreeBSD 4.X build by requiring gcc-3.4
- Convert .omf files handling to new infrastructure

PR:		ports/81028
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2005-05-16 20:56:20 +00:00

32 lines
759 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.15.0
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rhino
MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT= GRhino Othello/Reversi Program
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GNOME= gnomeprefix libgnomeui
USE_GCC= 3.4+
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_OMF= yes
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>