diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
commit | bebd89314e57ff34ea47724c5605a0f32c425dcf (patch) | |
tree | d991da3f3e4ccc0cc8f9eab35d1891ca59b0fd9a /korean | |
parent | Implment WANT_GTK. (diff) |
Implement WANT_IMLIB and USE_IMLIB.
Notes
Notes:
svn path=/head/; revision=33427
Diffstat (limited to 'korean')
-rw-r--r-- | korean/eterm/Makefile | 4 | ||||
-rw-r--r-- | korean/eterm/pkg-plist | 2 | ||||
-rw-r--r-- | korean/gtkcomm/Makefile | 13 |
3 files changed, 9 insertions, 10 deletions
diff --git a/korean/eterm/Makefile b/korean/eterm/Makefile index 61d923a23ace..d49ddc0b6272 100644 --- a/korean/eterm/Makefile +++ b/korean/eterm/Makefile @@ -18,12 +18,12 @@ DISTNAME= Eterm-${PORTVERSION} MAINTAINER= hollywar@mail.holywar.net -LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/local/hmm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts USE_GMAKE= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_IMLIB= yes +USE_LIBTOOL= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lxpg4" MAN1= Eterm.1 diff --git a/korean/eterm/pkg-plist b/korean/eterm/pkg-plist index 545fd8c5f704..4fd4e922a099 100644 --- a/korean/eterm/pkg-plist +++ b/korean/eterm/pkg-plist @@ -4,11 +4,9 @@ bin/Etcolors.sh bin/Eterm bin/Etmenu.sh lib/libEterm.a -lib/libEterm.la lib/libEterm.so lib/libEterm.so.8 lib/libmej.a -lib/libmej.la lib/libmej.so lib/libmej.so.8 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile index c4a37593d3e8..66143250ed02 100644 --- a/korean/gtkcomm/Makefile +++ b/korean/gtkcomm/Makefile @@ -13,12 +13,13 @@ MASTER_SITES= http://kldp.org/~namsh/tools/gtkcomm/ MAINTAINER= cjh@kr.freebsd.org RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - Imlib.5:${PORTSDIR}/graphics/imlib -USE_X_PREFIX= YES -GNU_CONFIGURE= YES -CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ - GTK_CONFIG=${X11BASE}/bin/gtk12-config +USE_X_PREFIX= yes +USE_IMLIB= yes +GNU_CONFIGURE= yes + +pre-patch: + @${PERL} -pi -e 's^-l(pthread|c_r)^-pthread^g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include <bsd.port.mk> |