1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-wm/libepplet/Makefile

32 lines
716 B
Makefile
Raw Normal View History

# New ports collection makefile for: libepplet
# Date created: 18 October 1999
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#
PORTNAME= libepplet
2001-02-05 21:05:58 +00:00
PORTVERSION= 0.5
CATEGORIES= x11-wm devel
MASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/epplets/ \
ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/
DISTNAME= epplet-base-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/Epplets-${PORTVERSION}
USE_X_PREFIX= yes
USE_IMLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \
EBIN=${X11BASE}/bin
CONFIGURE_ARGS= --enable-fsstd
INSTALLS_SHLIB= yes
pre-patch:
@${PERL} -pi -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>