aboutsummaryrefslogtreecommitdiffstats
path: root/korean
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-10-05 14:57:56 +0800
committerreg <reg@FreeBSD.org>2000-10-05 14:57:56 +0800
commitcea38f8422a3eeac06b3ce4a5828580a5812d2cc (patch)
tree9703d7928f2f462fdf308bf7d14164f8f8459828 /korean
parent4495def283d3b8c777e1eb5b958cedb25b1aa16b (diff)
downloadfreebsd-ports-gnome-cea38f8422a3eeac06b3ce4a5828580a5812d2cc.tar.gz
freebsd-ports-gnome-cea38f8422a3eeac06b3ce4a5828580a5812d2cc.tar.zst
freebsd-ports-gnome-cea38f8422a3eeac06b3ce4a5828580a5812d2cc.zip
Implement WANT_IMLIB and USE_IMLIB.
Diffstat (limited to 'korean')
-rw-r--r--korean/eterm/Makefile4
-rw-r--r--korean/eterm/pkg-plist2
-rw-r--r--korean/gtkcomm/Makefile13
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>