mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
31 lines
724 B
Makefile
31 lines
724 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
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/
|
|
DISTNAME= epplet-base-${PORTVERSION}
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
|
|
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
|
|
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>
|