diff options
Diffstat (limited to 'graphics/enfle/Makefile')
-rw-r--r-- | graphics/enfle/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index 74ab95774bcd..2589b49224f7 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -1,25 +1,28 @@ # New ports collection makefile for: enfle # Date created: Tue Sep 28 02:25:17 JST 1999 -# Whom: Yuuki SAWADA <yuuki@goldmoon.org> +# Whom: Yuki Sawada <samy@goldmoon.org> # # $FreeBSD$ # PORTNAME= enfle -PORTVERSION= 20000422 +PORTVERSION= 20000615 CATEGORIES= graphics MASTER_SITES= http://enfle.fennel.org/ \ + http://www3.big.or.jp/~sian/linux/products/enfle/ \ ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/ -MAINTAINER= yuuki@goldmoon.org +MAINTAINER= samy@goldmoon.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg + jpeg.9:${PORTSDIR}/graphics/jpeg \ + bz2.1:${PORTSDIR}/archivers/bzip2 \ + arc.1:${PORTSDIR}/archivers/libarc USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-all-plugins \ --enable-plugins-dir \ --enable-archiver="-libarc" \ |