summaryrefslogtreecommitdiff
path: root/x11/eterm/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 04:10:49 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 04:10:49 +0000
commit17c11bd3575cd6238c1674f9c6338d2d9586d2f5 (patch)
treeffa271fa0c35f2b1cc27ef19cfdd72e399e0bf7a /x11/eterm/Makefile
parentUpdate to version 0.6.1 and use new version of imlib. (diff)
Fixup after imlib version bump.
PR: 11843 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19059
Diffstat (limited to 'x11/eterm/Makefile')
-rw-r--r--x11/eterm/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index 10bb4ca812e1..4970540077f3 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 November 1997
# Whom: Murray Stokely <murray@cdrom.com>
#
-# $Id: Makefile,v 1.15 1999/02/22 10:27:41 steve Exp $
+# $Id: Makefile,v 1.16 1999/03/15 18:30:05 nectar Exp $
#
DISTNAME= Eterm-0.8.8
@@ -17,13 +17,12 @@ MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \
MAINTAINER= murray@cdrom.com
-BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
-LIB_DEPENDS= Imlib.3:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib
USE_GMAKE= yes
USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" LOCALBASE=${LOCALBASE}
+USE_LIBTOOL= yes
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
MAN1= Eterm.1
@@ -32,9 +31,6 @@ pre-patch:
${CP} ${FILESDIR}/patch-kanji ${PATCHDIR}
.endif
-post-patch:
- @find ${WRKSRC} -name '*.orig' | xargs ${RM} -f
-
post-install:
chown root.wheel ${PREFIX}/bin/Eterm
chmod 4755 ${PREFIX}/bin/Eterm