freebsd-ports/x11-wm/epplets/Makefile

37 lines
970 B
Makefile
Raw Normal View History

# New ports collection makefile for: epplets
# Date created: 18 October 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= epplets
2001-02-05 16:05:58 -05:00
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://kde.planetmirror.com/pub/enlightenment/epplets/ \
ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/
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
2000-01-13 04:53:44 -05:00
WRKSRC= ${WRKDIR}/Epplets-0.5
1999-12-27 05:38:49 -05:00
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fsstd
CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \
2000-01-13 04:53:44 -05:00
EBIN=${X11BASE}/bin \
LIBS="-L${LOCALBASE}/lib -lintl" \
X_LIBS="-lxpg4"
.include <bsd.port.mk>