diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-11-26 22:44:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-11-26 22:44:01 +0000 |
commit | 35e96089bcd44c647d6dae5a9a5f90c0a063c91a (patch) | |
tree | 886963b621306cf2f789f8ea7175b511b3f2d2cc /x11-wm/e16/Makefile | |
parent | Update to 0.11 (diff) |
Update to 0.13
PR: 5116
Notes
Notes:
svn path=/head/; revision=8848
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index ca01d8974f4c..ae0fc578dcbd 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -1,24 +1,30 @@ # New ports collection makefile for: enlightenment -# Version required: 0.12.6 +# Version required: 0.13 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.7 1997/10/30 22:34:04 max Exp $ +# $Id: Makefile,v 1.8 1997/11/16 10:02:55 fenner Exp $ # -DISTNAME= enl_DR-0.12.6 -PKGNAME= enlightenment-0.12.6 +DISTNAME= enl_BETA-0.13 +PKGNAME= enlightenment-0.13 CATEGORIES= x11 MASTER_SITES= ftp://cthulhu.mandrake.net/pub/enlightenment/ \ http://www.rasterman.com/ftp/ +DISTFILES= enl_BETA-0.13.src.tar.gz \ + enl-0.13-themes.tar.gz MAINTAINER= vanilla@MinJe.com.TW -LIB_DEPENDS= Im\\.3\\.:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= Im\\.4\\.:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -WRKSRC= ${WRKDIR}/enl-0.12.6 +WRKSRC= ${WRKDIR}/enl-0.13 + +post-install: + ${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 .include <bsd.port.mk> |