diff options
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ami/Makefile | 12 | ||||
-rw-r--r-- | korean/imhangul/Makefile | 10 | ||||
-rw-r--r-- | korean/libhangul/Makefile | 10 | ||||
-rw-r--r-- | korean/nabi/Makefile | 10 |
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 |