diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-01 22:48:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-01 22:48:14 +0000 |
commit | 04bc1ee2bbefc308a1737b2ae6ef7ad18ca13b85 (patch) | |
tree | 10001b8ce9fba2909f95f8856b30d3b40a2896c4 /games/hinversi/Makefile | |
parent | 5e800ccc508aed294b1f06ef4af90cf1271eecc6 (diff) | |
download | ports-04bc1ee2bbefc308a1737b2ae6ef7ad18ca13b85.tar.gz ports-04bc1ee2bbefc308a1737b2ae6ef7ad18ca13b85.zip |
Notes
Diffstat (limited to 'games/hinversi/Makefile')
-rw-r--r-- | games/hinversi/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games/hinversi/Makefile b/games/hinversi/Makefile index 65158ded1f81..a01699817118 100644 --- a/games/hinversi/Makefile +++ b/games/hinversi/Makefile @@ -3,22 +3,23 @@ PORTNAME= hinversi PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/latest -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Reversi/Othello clone -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= pathfix -USE_AUTOTOOLS= libtool +USES= libtool pathfix +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext |