- Add secondary site to MASTER_SITES

- Fix dependency
- Use USE_LIBTOOL

PR:		23765
Submitted by:	Ports Fury
This commit is contained in:
Chris D. Faulhaber 2000-12-25 13:45:45 +00:00
parent 608044953d
commit 51a05b28cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36339
2 changed files with 11 additions and 12 deletions

View file

@ -8,24 +8,24 @@
PORTNAME= libepplet PORTNAME= libepplet
PORTVERSION= 0.5 PORTVERSION= 0.5
CATEGORIES= x11-wm devel 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} DISTNAME= epplet-base-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment WRKSRC= ${WRKDIR}/Epplets-${PORTVERSION}
WRKSRC= ${WRKDIR}/Epplets-0.5
USE_X_PREFIX= yes USE_X_PREFIX= yes
INSTALLS_SHLIB= yes USE_IMLIB= yes
GNU_CONFIGURE= yes USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-fsstd
CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \ CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \
EBIN=${X11BASE}/bin \ EBIN=${X11BASE}/bin
LIBS="-L${LOCALBASE}/lib -lintl" \ CONFIGURE_ARGS= --enable-fsstd
X_LIBS="-lxpg4" 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> .include <bsd.port.mk>

View file

@ -1,5 +1,4 @@
include/epplet.h include/epplet.h
lib/libepplet.a lib/libepplet.a
lib/libepplet.la
lib/libepplet.so lib/libepplet.so
lib/libepplet.so.1 lib/libepplet.so.1