diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-12-27 10:38:49 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-12-27 10:38:49 +0000 |
commit | 226fa333f75da568acd35e4334924371be2e524f (patch) | |
tree | af0769024fae45dbfd56cd79eeb3605c9db1dc8d /x11-wm/epplets/Makefile | |
parent | 3156d7a0971d3913f6b25146910bb8c19d268a2b (diff) | |
download | ports-226fa333f75da568acd35e4334924371be2e524f.tar.gz ports-226fa333f75da568acd35e4334924371be2e524f.zip |
Notes
Diffstat (limited to 'x11-wm/epplets/Makefile')
-rw-r--r-- | x11-wm/epplets/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 4202d33b701e..c30954e19d8d 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -1,20 +1,22 @@ # New ports collection makefile for: epplets -# Version required: 0.3 +# Version required: 0.4 # Date created: 18 October 1999 # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= Epplets-0.3 -PKGNAME= epplets-0.3 +DISTNAME= epplet-base-0.4 +PKGNAME= epplets-0.4 CATEGORIES= x11-wm -MASTER_SITES= http://www.eterm.org/download/ +MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/ MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +WRKSRC= ${WRKDIR}/Epplets-0.4 + USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsstd |