aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/epplets/Makefile
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-01-13 09:53:44 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-01-13 09:53:44 +0000
commit21174e2e3f413ba5db2e9aad98e5d6fdda95dadb (patch)
treee9ed1577e79072952f64eb5fea96d18693d9dc2a /x11-wm/epplets/Makefile
parent85e603e3f021ed90c43b229decdda5b8215c03ea (diff)
downloadports-21174e2e3f413ba5db2e9aad98e5d6fdda95dadb.tar.gz
ports-21174e2e3f413ba5db2e9aad98e5d6fdda95dadb.zip
Notes
Diffstat (limited to 'x11-wm/epplets/Makefile')
-rw-r--r--x11-wm/epplets/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile
index c30954e19d8d..1a60815c7b9a 100644
--- a/x11-wm/epplets/Makefile
+++ b/x11-wm/epplets/Makefile
@@ -1,26 +1,29 @@
# New ports collection makefile for: epplets
-# Version required: 0.4
+# Version required: 0.5
# Date created: 18 October 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= epplet-base-0.4
-PKGNAME= epplets-0.4
+DISTNAME= epplet-base-0.5
+PKGNAME= epplets-0.5
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/
MAINTAINER= nakai@FreeBSD.org
+LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
-WRKSRC= ${WRKDIR}/Epplets-0.4
+WRKSRC= ${WRKDIR}/Epplets-0.5
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fsstd
CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \
- EBIN=${X11BASE}/bin
+ EBIN=${X11BASE}/bin \
+ LIBS="-L${LOCALBASE}/lib -lintl" \
+ X_LIBS="-lxpg4"
.include <bsd.port.mk>