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 | |
parent | 5e800ccc508aed294b1f06ef4af90cf1271eecc6 (diff) | |
download | ports-04bc1ee2bbefc308a1737b2ae6ef7ad18ca13b85.tar.gz ports-04bc1ee2bbefc308a1737b2ae6ef7ad18ca13b85.zip |
Notes
Diffstat (limited to 'games/hinversi')
-rw-r--r-- | games/hinversi/Makefile | 13 | ||||
-rw-r--r-- | games/hinversi/pkg-plist | 2 |
2 files changed, 8 insertions, 7 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 diff --git a/games/hinversi/pkg-plist b/games/hinversi/pkg-plist index 500675b8a931..ad2501ce71aa 100644 --- a/games/hinversi/pkg-plist +++ b/games/hinversi/pkg-plist @@ -10,9 +10,9 @@ include/hinversi/othello.h include/hinversi/ringbuf.h include/hinversi/simpleClient.h lib/libhinversi.a -lib/libhinversi.la lib/libhinversi.so lib/libhinversi.so.0 +lib/libhinversi.so.0.0.0 libdata/pkgconfig/libhinversi.pc %%NLS%%share/locale/de/LC_MESSAGES/hinversi.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/hinversi.mo |