diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /japanese | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324181
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eijiro-fpw/Makefile | 2 | ||||
-rw-r--r-- | japanese/esecanna-module-vje30/Makefile | 8 | ||||
-rw-r--r-- | japanese/freepwing/Makefile | 8 | ||||
-rw-r--r-- | japanese/japana/Makefile | 8 | ||||
-rw-r--r-- | japanese/kanjipad/Makefile | 8 | ||||
-rw-r--r-- | japanese/kcode/Makefile | 8 | ||||
-rw-r--r-- | japanese/mime_pls/Makefile | 8 | ||||
-rw-r--r-- | japanese/mypaedia-fpw/Makefile | 2 | ||||
-rw-r--r-- | japanese/namazu/Makefile | 8 | ||||
-rw-r--r-- | japanese/namazu2/Makefile | 8 | ||||
-rw-r--r-- | japanese/srd-fpw-package/Makefile | 8 | ||||
-rw-r--r-- | japanese/srd-fpw/Makefile | 2 | ||||
-rw-r--r-- | japanese/waeijiro-fpw/Makefile | 2 |
13 files changed, 22 insertions, 58 deletions
diff --git a/japanese/eijiro-fpw/Makefile b/japanese/eijiro-fpw/Makefile index 2a8ea8022443..34d7137063d0 100644 --- a/japanese/eijiro-fpw/Makefile +++ b/japanese/eijiro-fpw/Makefile @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/freepwing/catdump:${PORTSDIR}/japanese/freep MANUAL_PACKAGE_BUILD=Needs data from CDROM RESTRICTED= The original dictionary is not free +USES= perl5 USE_GMAKE= yes -USE_PERL5= yes WRKSRC= ${WRKDIR}/eijiro-fpw${PORTVERSION} DICT_PATH?= /cdrom SRCFILE?= eijiro52.txt diff --git a/japanese/esecanna-module-vje30/Makefile b/japanese/esecanna-module-vje30/Makefile index e2754383935d..38b5eeae8558 100644 --- a/japanese/esecanna-module-vje30/Makefile +++ b/japanese/esecanna-module-vje30/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: esecanna module for VJE-Delta 3.0 -# Date created: 24 February 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= esecanna-module-vje30 PORTVERSION= 1.0.1 @@ -19,7 +15,7 @@ COMMENT= Esecanna module for VJE-Delta 3.0 RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes USE_GMAKE= yes # VJE-Delta 3.0 is installed under /usr/local fixedly diff --git a/japanese/freepwing/Makefile b/japanese/freepwing/Makefile index d80f36381d07..5f7135c2f6c7 100644 --- a/japanese/freepwing/Makefile +++ b/japanese/freepwing/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: FreePWING -# Date created: 00/01/24 -# Whom: Satoshi TAOKA <taoka@FreeBSD.org> -# +# Created by: Satoshi TAOKA <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= freepwing PORTVERSION= 1.4.4 @@ -16,7 +12,7 @@ COMMENT= Free JIS X 4081 (subset of EPWING V1) Formatter RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR} diff --git a/japanese/japana/Makefile b/japanese/japana/Makefile index bfa3f4a25ef0..2a69e935f8ff 100644 --- a/japanese/japana/Makefile +++ b/japanese/japana/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: japana -# Date created: 04 February 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= japana PORTVERSION= 2.0.6 @@ -17,7 +13,7 @@ RUN_DEPENDS= *p5-Text-Kakasi>=2:${PORTSDIR}/japanese/p5-Text-Kakasi \ p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -USE_PERL5= yes +USES= perl5 MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.default diff --git a/japanese/kanjipad/Makefile b/japanese/kanjipad/Makefile index d411302ef2ec..6204313af386 100644 --- a/japanese/kanjipad/Makefile +++ b/japanese/kanjipad/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kanjipad -# Date created: 30 March 2002 -# Whom: Christophe Juniet <cjuniet@entreview.com> -# +# Created by: Christophe Juniet <cjuniet@entreview.com> # $FreeBSD$ -# PORTNAME= kanjipad PORTVERSION= 2.0.0 @@ -14,8 +10,8 @@ MASTER_SITES= http://fishsoup.net/software/kanjipad/ MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Handwriting recognition +USES= perl5 USE_GNOME= gtk20 -USE_PERL5= yes USE_GMAKE= yes MAKE_ARGS= OPTIMIZE="${CFLAGS}" PREFIX="${PREFIX}" \ GTKINC="`pkg-config --cflags gtk+-2.0`" diff --git a/japanese/kcode/Makefile b/japanese/kcode/Makefile index 028bd671017e..bfa63bbe8818 100644 --- a/japanese/kcode/Makefile +++ b/japanese/kcode/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kcode -# Date created: 26 October 2004 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= kcode PORTVERSION= 1.0 @@ -15,7 +11,7 @@ EXTRACT_ONLY= ${DISTFILES} MAINTAINER= ports@FreeBSD.org COMMENT= A handy utility to show codepoint information of given characters -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/japanese/mime_pls/Makefile b/japanese/mime_pls/Makefile index 890361e9379b..b11c7ef7ff14 100644 --- a/japanese/mime_pls/Makefile +++ b/japanese/mime_pls/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mime_pls -# Date created: 2005/12/19 -# Whom: n-shigemura@ensure.jp -# +# Created by: n-shigemura@ensure.jp # $FreeBSD$ -# PORTNAME= mime_pls PORTVERSION= 2.02 @@ -17,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Perl Library for MIME encode/decode -USE_PERL5= yes +USES= perl5 NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/japanese/mypaedia-fpw/Makefile b/japanese/mypaedia-fpw/Makefile index 00c8da81aee0..44cccc96a6f3 100644 --- a/japanese/mypaedia-fpw/Makefile +++ b/japanese/mypaedia-fpw/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= fpwmake:${PORTSDIR}/japanese/freepwing \ IS_INTERACTIVE= YES RESTRICTED= The original dictionary is not free -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/mypaedia-fpw${PORTVERSION} DICT_PATH?= /cdrom diff --git a/japanese/namazu/Makefile b/japanese/namazu/Makefile index 04546a96fffe..df8d878600cf 100644 --- a/japanese/namazu/Makefile +++ b/japanese/namazu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: namazu -# Date created: 17 March 1998 -# Whom: Seiichirou Hiraoka -# +# Created by: Seiichirou Hiraoka # $FreeBSD$ -# PORTNAME= namazu PORTVERSION= 1.3.0.11 @@ -20,7 +16,7 @@ BUILD_DEPENDS= kakasi:${PORTSDIR}/japanese/kakasi \ RUN_DEPENDS= kakasi:${PORTSDIR}/japanese/kakasi \ nkf:${PORTSDIR}/japanese/nkf -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile index 15f8bd13ee7f..a636b99b92b6 100644 --- a/japanese/namazu2/Makefile +++ b/japanese/namazu2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: namazu2 -# Date created: 25 February 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= namazu PORTVERSION= ${NAMAZU_PORTVERSION} @@ -32,7 +28,7 @@ RUN_DEPENDS+= ja-p5-MeCab>=0:${PORTSDIR}/japanese/p5-MeCab .include "${.CURDIR}/../../databases/namazu2/Makefile.common" NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: @${DO_NADA} diff --git a/japanese/srd-fpw-package/Makefile b/japanese/srd-fpw-package/Makefile index dd49e2caa778..2713840fe60a 100644 --- a/japanese/srd-fpw-package/Makefile +++ b/japanese/srd-fpw-package/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: srd-fpw-package -# Date created: 00/06/14 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# +# Created by: Satoshi Taoka <taoka@FreeBSD.org> # $FreeBSD$ -# PORTNAME= srd-fpw-package PORTVERSION= 1.0.8 @@ -20,7 +16,7 @@ RUN_DEPENDS= display:${PORTSDIR}/graphics/ImageMagick NO_BUILD= yes PLIST_SUB= PKGNAME=${PKGNAME} -USE_PERL5= yes +USES= perl5 PKG_DIR= ${PREFIX}/share/dict/lookup-package diff --git a/japanese/srd-fpw/Makefile b/japanese/srd-fpw/Makefile index 9bb9abc4843d..e8c880524d85 100644 --- a/japanese/srd-fpw/Makefile +++ b/japanese/srd-fpw/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= fpwmake:${PORTSDIR}/japanese/freepwing \ IS_INTERACTIVE= YES RESTRICTED= The original dictionary is not free -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/srd-fpw${PORTVERSION} DICT_PATH?= /cdrom diff --git a/japanese/waeijiro-fpw/Makefile b/japanese/waeijiro-fpw/Makefile index 3394043f6dd8..8f8a70040e1b 100644 --- a/japanese/waeijiro-fpw/Makefile +++ b/japanese/waeijiro-fpw/Makefile @@ -18,8 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/freepwing/catdump:${PORTSDIR}/japanese/freep MANUAL_PACKAGE_BUILD=Needs data from a CDROM RESTRICTED= The original dictionary is not free +USES= perl5 USE_GMAKE= yes -USE_PERL5= yes DICT_PATH?= /cdrom SRCFILE?= waeiji52.txt |