aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/epplets/Makefile
diff options
context:
space:
mode:
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>