freebsd-ports/graphics/enfle/Makefile
Satoshi Asami f1c9fce0f9 Add dependency to bzip2 and make minor change to CONFIGURE_ARGS.
Submitted by:	maintainer
Noticed by:	bento (bzip2 problem)
1999-09-30 09:01:27 +00:00

25 lines
610 B
Makefile

# New ports collection makefile for: enfle
# Version required: 19990929
# Date created: Tue Sep 28 02:25:17 JST 1999
# Whom: Yuuki SAWADA <mami@whale.cc.muroran-it.ac.jp>
#
# $FreeBSD$
#
DISTNAME= enfle-19990929
CATEGORIES= graphics
MASTER_SITES= http://enfle.fennel.org/
MAINTAINER= mami@whale.cc.muroran-it.ac.jp
BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-all-plugins --disable-static \
--enable-plugins-dir
.include <bsd.port.mk>