1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11-wm/epplets/Makefile
Dan Moschuk 7ef49f641b Change MAINTAINER from nakai to cmc@groupofnine.net.
Nakai, once you return from void, feel free to mark this back to you. :-)
2001-08-11 20:19:46 +00:00

34 lines
848 B
Makefile

# New ports collection makefile for: epplets
# Date created: 18 October 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= epplets
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/epplets/
DISTNAME= epplet-base-${PORTVERSION}
MAINTAINER= cmc@groupofnine.org
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \
epplet.1:${PORTSDIR}/x11-wm/libepplet
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
RUN_DEPENDS= import:${PORTSDIR}/graphics/ImageMagick
WRKSRC= ${WRKDIR}/Epplets-0.5
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fsstd
CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \
EBIN=${X11BASE}/bin \
LIBS="-L${LOCALBASE}/lib -lintl" \
X_LIBS="-lxpg4"
.include <bsd.port.mk>