- 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
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>

View File

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