aboutsummaryrefslogtreecommitdiff
path: root/korean
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 /korean
parent6ff7383dfb1ae83944fa8f8499a2cf46911ad11c (diff)
downloadports-46023dda782befc55f7fb4143e1d8aefa1f11ea4.tar.gz
ports-46023dda782befc55f7fb4143e1d8aefa1f11ea4.zip
Notes
Diffstat (limited to 'korean')
-rw-r--r--korean/ami/Makefile12
-rw-r--r--korean/imhangul/Makefile10
-rw-r--r--korean/libhangul/Makefile10
-rw-r--r--korean/nabi/Makefile10
4 files changed, 17 insertions, 25 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile
index e392cfb152d2..756531b58e88 100644
--- a/korean/ami/Makefile
+++ b/korean/ami/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ami
-# Date created: 05 Jun 1999
-# Whom: CHOI Junho <cjh@kr.freebsd.org>
-#
+# Created by: CHOI Junho <cjh@kr.freebsd.org>
# $FreeBSD$
-#
PORTNAME= ami
PORTVERSION= 1.2.3
@@ -26,7 +22,9 @@ USE_GNOME= gtk12 gdkpixbuf
WANT_GNOME= yes
GNU_CONFIGURE= yes
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
@@ -46,7 +44,7 @@ post-build:
${CAT} ${DISTDIR}/ami.dic >> ${WRKDIR}/hanja.dic
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${PREFIX}/share/doc/ami
( cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} )
.endif
diff --git a/korean/imhangul/Makefile b/korean/imhangul/Makefile
index 3696df45cdf3..5fd7208e0af6 100644
--- a/korean/imhangul/Makefile
+++ b/korean/imhangul/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: imhangul
-# Date created: May 26 2003
-# Whom: CHOI Junho <cjh@kr.freebsd.org>
-#
+# Created by: CHOI Junho <cjh@kr.freebsd.org>
# $FreeBSD$
-#
PORTNAME= imhangul
PORTVERSION= 2.1.0
@@ -24,7 +20,9 @@ USE_GMAKE= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/korean/libhangul/Makefile b/korean/libhangul/Makefile
index 8f757045d4ab..a60995703297 100644
--- a/korean/libhangul/Makefile
+++ b/korean/libhangul/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libhangul
-# Date created: 31 January 2007
-# Whom: Hyogeol, Lee <hyogeollee@gmail.com>
-#
+# Created by: Hyogeol, Lee <hyogeollee@gmail.com>
# $FreeBSD$
-#
PORTNAME= libhangul
PORTVERSION= 0.1.0
@@ -19,7 +15,9 @@ USES= iconv
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile
index 32e47ee33b52..0615dc878ca3 100644
--- a/korean/nabi/Makefile
+++ b/korean/nabi/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nabi
-# Date created: 5 August 2003
-# Whom: Hye-Shik Chang <perky@FreeBSD.org>
-#
+# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= nabi
PORTVERSION= 0.99.11
@@ -22,7 +18,9 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gtk20
GNU_CONFIGURE= yes
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include