diff options
Diffstat (limited to 'x11-wm/enlightenment-devel/Makefile')
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index 099797fd9512..d1aa84318954 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -1,27 +1,26 @@ # New ports collection makefile for: enlightenment -# Version required: 0.13.2 +# Version required: 0.13.3 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.11 1997/12/01 16:31:07 vanilla Exp $ +# $Id: Makefile,v 1.12 1998/02/01 02:03:44 vanilla Exp $ # -DISTNAME= enl_BETA-0.13.2 -PKGNAME= enlightenment-0.13.2 +DISTNAME= enl_BETA-0.13.3 +PKGNAME= enlightenment-0.13.3 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.mandrake.net/pub/enlightenment/ \ - http://www.rasterman.com/ftp/ -DISTFILES= enl_BETA-0.13.2.src.tar.gz \ +MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/ +DISTFILES= enl_BETA-0.13.3.tar.gz \ enl-0.13-themes.tar.gz MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= Im\\.4\\.:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= Imlib\\.1\\.:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -WRKSRC= ${WRKDIR}/enl-0.13.2 +WRKSRC= ${WRKDIR}/enl-0.13.3 post-install: ${MKDIR} ${X11BASE}/lib/X11/enlightenment/themes |