summaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-08-25 01:45:33 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-08-25 01:45:33 +0000
commit53eb4645bce8e672805dcd14700376541ccb60b3 (patch)
treeef8e504990e23d870819989b544da2ee57f13d91 /x11-wm/enlightenment/Makefile
parentDistfile changed on master site (diff)
Portlint, and strip binary.
Notes
Notes: svn path=/head/; revision=12822
Diffstat (limited to 'x11-wm/enlightenment/Makefile')
-rw-r--r--x11-wm/enlightenment/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile
index e7b98eac4a41..c7048c919d15 100644
--- a/x11-wm/enlightenment/Makefile
+++ b/x11-wm/enlightenment/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.22 1998/08/07 23:56:53 asami Exp $
+# $Id: Makefile,v 1.23 1998/08/20 08:22:35 asami Exp $
#
DISTNAME= enlightenment-0.14
@@ -15,7 +15,6 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
MAINTAINER= vanilla@FreeBSD.ORG
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/i386-freebsd/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
-
LIB_DEPENDS= esd\\.0\\.0:${PORTSDIR}/audio/esound \
Fnlib\\.0\\.3:${PORTSDIR}/graphics/fnlib \
gif\\.3\\.:${PORTSDIR}/graphics/giflib \
@@ -29,4 +28,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
WRKSRC= ${WRKDIR}/e
+post-install:
+ strip ${PREFIX}/bin/enlightenment
+ strip ${PREFIX}/bin/dox
+
.include <bsd.port.mk>