diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-12-25 21:45:45 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-12-25 21:45:45 +0800 |
commit | 5e6fd67b6404ab1b7ae1d39815c39d2422e6db9e (patch) | |
tree | 9026d56f27000328ba6786a73cc59ce3db4916bf /x11-wm/libepplet | |
parent | 8ccddc4add25274c5d2693ebbc235d443b09c93f (diff) | |
download | freebsd-ports-gnome-5e6fd67b6404ab1b7ae1d39815c39d2422e6db9e.tar.gz freebsd-ports-gnome-5e6fd67b6404ab1b7ae1d39815c39d2422e6db9e.tar.zst freebsd-ports-gnome-5e6fd67b6404ab1b7ae1d39815c39d2422e6db9e.zip |
- Add secondary site to MASTER_SITES
- Fix dependency
- Use USE_LIBTOOL
PR: 23765
Submitted by: Ports Fury
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 |