aboutsummaryrefslogtreecommitdiff
path: root/net/jwhois/Makefile
diff options
context:
space:
mode:
authorMakoto Matsushita <matusita@FreeBSD.org>2004-04-15 13:21:02 +0000
committerMakoto Matsushita <matusita@FreeBSD.org>2004-04-15 13:21:02 +0000
commit0c035503c7d1c0b12d582cb1e129dd4687b7f606 (patch)
tree39ed9456b874084cc2624727e590cd0b133fd6ae /net/jwhois/Makefile
parent00c8b6363a7a4a86386e02b8bbba960c99bf8c71 (diff)
downloadports-0c035503c7d1c0b12d582cb1e129dd4687b7f606.tar.gz
ports-0c035503c7d1c0b12d582cb1e129dd4687b7f606.zip
Notes
Diffstat (limited to 'net/jwhois/Makefile')
-rw-r--r--net/jwhois/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index 200307815f72..69729c5c2137 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jwhois
PORTVERSION= 3.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= jwhois
@@ -16,15 +16,22 @@ MAINTAINER= matusita@FreeBSD.org
COMMENT=An improved WHOIS client capable of selecting server to query
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --localstatedir=${PREFIX}/var/jwhois
USE_GETTEXT= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/var/jwhois
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+= --disable-nls
+PLIST_SUB= NLS="@comment "
+.else
+PLIST_SUB= NLS=""
+.endif
INSTALL_TARGET= install-strip
MANLANG= "" sv
MAN1= jwhois.1
+INFO= jwhois
post-install:
${MKDIR} ${PREFIX}/var/jwhois