summaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment-devel/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-07-19 06:34:37 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-07-19 06:34:37 +0000
commit9740e2f559a985cd6f7465d6d32989326316bcf6 (patch)
tree8418ee644f762d1764f76056f521b0d8538f5acd /x11-wm/enlightenment-devel/Makefile
parentUpdate comment to match reality (diff)
Upgrade to 0.14.
Diffstat (limited to 'x11-wm/enlightenment-devel/Makefile')
-rw-r--r--x11-wm/enlightenment-devel/Makefile31
1 files changed, 15 insertions, 16 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
index 915bf7f37ec6..b27cfeae3605 100644
--- a/x11-wm/enlightenment-devel/Makefile
+++ b/x11-wm/enlightenment-devel/Makefile
@@ -1,32 +1,31 @@
# New ports collection makefile for: enlightenment
-# Version required: 0.13.3
+# Version required: 0.14
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.13 1998/02/18 16:08:13 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/07/02 17:42:55 vanilla Exp $
#
-DISTNAME= enl_BETA-0.13.3
-PKGNAME= enlightenment-0.13.3
+DISTNAME= enlightenment-0.14
CATEGORIES= x11
-MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/
-DISTFILES= enl_BETA-0.13.3.tar.gz \
- enl-0.13-themes.tar.gz
+MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
+ ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \
+ ftp://ftp.labs.redhat.com/pub/imlib/TAR/
MAINTAINER= vanilla@FreeBSD.ORG
-LIB_DEPENDS= Imlib\\.1\\.:${PORTSDIR}/graphics/imlib
+BUILD_DEPENDS= ${PREFIX}/lib/perl/5/site_perl/Gtk.pm:${PORTSDIR}/x11/p5-Gtk
-BROKEN= "The distfile can't be fetch now, waiting next version now."
+LIB_DEPENDS= esd\\.0\\.0:${PORTSDIR}/audio/esound \
+ Fnlib\\.0\\.3:${PORTSDIR}/graphics/fnlib \
+ Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib
USE_GMAKE= yes
-USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
-WRKSRC= ${WRKDIR}/enl-0.13.3
+USE_X11= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS=-L${LOCALBASE}/lib
-post-install:
- ${MKDIR} ${X11BASE}/lib/X11/enlightenment/themes
- ${INSTALL_DATA} ${WRKDIR}/enl-0.13-themes/DEFAULT ${X11BASE}/lib/X11/enlightenment/themes
- ${INSTALL_DATA} ${WRKDIR}/enl-0.13-themes/DEFAULT_small ${X11BASE}/lib/X11/enlightenment/themes
+WRKSRC= ${WRKDIR}/e
.include <bsd.port.mk>