diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-26 04:59:55 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-26 04:59:55 +0000 |
commit | 5c30a8b6339d0e8f53eb8797e7cb316c555487c0 (patch) | |
tree | 719928c3a54b1e7c0eba5585ce642393c2fdae87 /x11-wm/epplets/Makefile | |
parent | d9e84b4f8d6ee3e3c26c49922a3e892e4cfb0880 (diff) |
Notes
Diffstat (limited to 'x11-wm/epplets/Makefile')
-rw-r--r-- | x11-wm/epplets/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile new file mode 100644 index 000000000000..4202d33b701e --- /dev/null +++ b/x11-wm/epplets/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: epplets +# Version required: 0.3 +# Date created: 18 October 1999 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= Epplets-0.3 +PKGNAME= epplets-0.3 +CATEGORIES= x11-wm +MASTER_SITES= http://www.eterm.org/download/ + +MAINTAINER= nakai@FreeBSD.org + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-fsstd +CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \ + EBIN=${X11BASE}/bin + +.include <bsd.port.mk> |