diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-12-25 13:45:45 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-12-25 13:45:45 +0000 |
commit | 51a05b28cd61c227730e8b34a783bc106e61adbc (patch) | |
tree | 924ec0c8e5a08be143cf1a929696078aea1d0a55 /x11-wm/libepplet | |
parent | 608044953d6c418bcb83ec826815533cb3c1a1a1 (diff) | |
download | ports-51a05b28cd61c227730e8b34a783bc106e61adbc.tar.gz ports-51a05b28cd61c227730e8b34a783bc106e61adbc.zip |
Notes
Diffstat (limited to 'x11-wm/libepplet')
-rw-r--r-- | x11-wm/libepplet/Makefile | 22 | ||||
-rw-r--r-- | x11-wm/libepplet/pkg-plist | 1 |
2 files changed, 11 insertions, 12 deletions
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 <bsd.port.mk> 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 |