From 51a05b28cd61c227730e8b34a783bc106e61adbc Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Mon, 25 Dec 2000 13:45:45 +0000 Subject: - Add secondary site to MASTER_SITES - Fix dependency - Use USE_LIBTOOL PR: 23765 Submitted by: Ports Fury --- x11-wm/libepplet/Makefile | 22 +++++++++++----------- x11-wm/libepplet/pkg-plist | 1 - 2 files changed, 11 insertions(+), 12 deletions(-) (limited to 'x11-wm/libepplet') diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile index dcbf26071c84..4fd2b60a367c 100644 --- a/x11-wm/libepplet/Makefile +++ b/x11-wm/libepplet/Makefile @@ -8,24 +8,24 @@ PORTNAME= libepplet PORTVERSION= 0.5 CATEGORIES= x11-wm devel -MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/ +MASTER_SITES= ftp://ftp.enlightenment.org/e/epplets/ \ + ftp://ftp.dti.ad.jp/pub/X/enlightenment/epplets/ + DISTNAME= epplet-base-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment - -WRKSRC= ${WRKDIR}/Epplets-0.5 +WRKSRC= ${WRKDIR}/Epplets-${PORTVERSION} USE_X_PREFIX= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-fsstd +USE_IMLIB= yes +USE_LIBTOOL= yes CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \ - EBIN=${X11BASE}/bin \ - LIBS="-L${LOCALBASE}/lib -lintl" \ - X_LIBS="-lxpg4" + EBIN=${X11BASE}/bin +CONFIGURE_ARGS= --enable-fsstd +INSTALLS_SHLIB= yes -MAKE_ENV= ${ECHO} -n; cd ${WRKSRC}/api; +pre-patch: + @${PERL} -pi -e 's|api epplets|api|g' ${WRKSRC}/Makefile.in .include diff --git a/x11-wm/libepplet/pkg-plist b/x11-wm/libepplet/pkg-plist index a2dc768fa62c..367a9a2cc1a0 100644 --- a/x11-wm/libepplet/pkg-plist +++ b/x11-wm/libepplet/pkg-plist @@ -1,5 +1,4 @@ include/epplet.h lib/libepplet.a -lib/libepplet.la lib/libepplet.so lib/libepplet.so.1 -- cgit v1.2.3