aboutsummaryrefslogtreecommitdiff
path: root/japanese/kasumi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:18:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:18:38 +0000
commit46023dda782befc55f7fb4143e1d8aefa1f11ea4 (patch)
treec7e91489b0dba2b35a29ac169022f6d1f2d0ecb0 /japanese/kasumi
parent6ff7383dfb1ae83944fa8f8499a2cf46911ad11c (diff)
downloadports-46023dda782befc55f7fb4143e1d8aefa1f11ea4.tar.gz
ports-46023dda782befc55f7fb4143e1d8aefa1f11ea4.zip
Notes
Diffstat (limited to 'japanese/kasumi')
-rw-r--r--japanese/kasumi/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile
index f942f0550a88..df7d09fb446b 100644
--- a/japanese/kasumi/Makefile
+++ b/japanese/kasumi/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: kasumi
-# Date Created: 10 January 2005
-# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= kasumi
PORTVERSION= 2.5
@@ -26,12 +22,14 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= kasumi.1
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>