diff options
author | az <az@FreeBSD.org> | 2013-07-31 19:56:17 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 19:56:17 +0800 |
commit | bdf441a301bf87d593e86acea1f474e6232479c1 (patch) | |
tree | 44a97c66747f24c5fab92020a97ab60bb4e93db7 /korean | |
parent | fc92a75e275451c4dc21ae4719d43e87ecca2d85 (diff) | |
download | freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.tar.gz freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.tar.zst freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'korean')
-rw-r--r-- | korean/baekmukfonts-bdf/Makefile | 3 | ||||
-rw-r--r-- | korean/eterm/Makefile | 3 | ||||
-rw-r--r-- | korean/gtkcomm/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/korean/baekmukfonts-bdf/Makefile b/korean/baekmukfonts-bdf/Makefile index fa78215de323..f25799b297e2 100644 --- a/korean/baekmukfonts-bdf/Makefile +++ b/korean/baekmukfonts-bdf/Makefile @@ -37,7 +37,8 @@ CHARSETSUB= s/ksx1001.1997/ksc5601.1987/g FONTSDIR= lib/X11/fonts/local MAKE_ENV= FONTSDIR=${FONTSDIR} PLIST_SUB= FONTSDIR=${FONTSDIR} -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build # manually install hinted fonts do-configure: diff --git a/korean/eterm/Makefile b/korean/eterm/Makefile index a462b84a2f4e..031b655e6a3c 100644 --- a/korean/eterm/Makefile +++ b/korean/eterm/Makefile @@ -14,12 +14,13 @@ COMMENT= X11 terminal emulator based on rxvt/xterm that supports korean RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/hmm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts +USES= perl5 USE_AUTOTOOLS= libtool USE_GMAKE= yes USE_XORG= x11 xext ice sm xt USE_GNOME= imlib USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" LOCALBASE="${LOCALBASE}" MAN1= Eterm.1 diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile index 82ed99cacc61..d10a4d13ecd2 100644 --- a/korean/gtkcomm/Makefile +++ b/korean/gtkcomm/Makefile @@ -14,7 +14,8 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build USE_GNOME= glib20 gtk20 GNU_CONFIGURE= yes |