1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-wm/epplets/Makefile
1999-12-27 10:38:49 +00:00

27 lines
602 B
Makefile

# New ports collection makefile for: epplets
# Version required: 0.4
# Date created: 18 October 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= epplet-base-0.4
PKGNAME= epplets-0.4
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/
MAINTAINER= nakai@FreeBSD.org
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
WRKSRC= ${WRKDIR}/Epplets-0.4
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fsstd
CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \
EBIN=${X11BASE}/bin
.include <bsd.port.mk>