diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /x11/eterm | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 6 | ||||
-rw-r--r-- | x11/eterm/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index c32ac15afa6d..665dd0959c2e 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= eterm PORTVERSION= 0.9.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= x11 MASTER_SITES= http://www.eterm.org/download/ DISTNAME= Eterm-${PORTVERSION} @@ -20,7 +20,7 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ ast.2:${PORTSDIR}/devel/libast USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ @@ -39,7 +39,7 @@ CONFIGURE_ARGS+=--enable-mmx .endif post-patch: - @${FIND} ${WRKSRC} -name *.orig | ${XARGS} ${RM} + @${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM} post-install: @${CHMOD} 4711 ${PREFIX}/bin/Eterm diff --git a/x11/eterm/pkg-plist b/x11/eterm/pkg-plist index a47be9fe3696..4ca96de28c65 100644 --- a/x11/eterm/pkg-plist +++ b/x11/eterm/pkg-plist @@ -7,6 +7,7 @@ bin/Etsearch bin/Ettable bin/kEsetroot lib/libEterm.a +lib/libEterm.la lib/libEterm.so lib/libEterm.so.9 share/Eterm/pix/bar_horizontal_1.png |