2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2007-04-02 12:01:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hinversi
|
2011-07-02 09:37:35 +02:00
|
|
|
PORTVERSION= 0.8.2
|
2007-04-02 12:01:00 +02:00
|
|
|
CATEGORIES= games
|
2011-07-02 09:37:35 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/latest
|
2007-04-02 12:01:00 +02:00
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-04-02 12:01:00 +02:00
|
|
|
COMMENT= Reversi/Othello clone
|
|
|
|
|
2012-06-29 14:42:04 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
2013-11-02 04:47:37 +01:00
|
|
|
OPTIONS_SUB= yes
|
2011-07-02 09:37:35 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-03-19 14:04:30 +01:00
|
|
|
USES= pathfix
|
2011-07-02 09:37:35 +02:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-04-02 12:01:00 +02:00
|
|
|
USE_LDCONFIG= yes
|
2011-07-02 09:37:35 +02:00
|
|
|
|
2013-11-02 04:47:37 +01:00
|
|
|
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
|
|
|
NLS_USES= gettext
|
2007-04-02 12:01:00 +02:00
|
|
|
|
|
|
|
post-patch:
|
2011-07-02 09:37:35 +02:00
|
|
|
.for file in cgi/Makefile.in human-cli/Makefile.in lib/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/AM_CFLAGS/s|-O3|| ; \
|
|
|
|
/_la_LIBADD/s|=$$|= $$(LTLIBINTL)|' ${WRKSRC}/${file}
|
|
|
|
.endfor
|
2007-04-02 12:01:00 +02:00
|
|
|
|
2012-06-29 14:42:04 +02:00
|
|
|
.include <bsd.port.mk>
|