1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/enfle/Makefile
Steve Price 6186a24206 Update to version 20000422.
PR:		18218
Submitted by:	maintainer
2000-04-30 00:20:54 +00:00

34 lines
709 B
Makefile

# New ports collection makefile for: enfle
# Date created: Tue Sep 28 02:25:17 JST 1999
# Whom: Yuuki SAWADA <yuuki@goldmoon.org>
#
# $FreeBSD$
#
PORTNAME= enfle
PORTVERSION= 20000422
CATEGORIES= graphics
MASTER_SITES= http://enfle.fennel.org/ \
ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/
MAINTAINER= yuuki@goldmoon.org
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-all-plugins \
--enable-plugins-dir \
--enable-archiver="-libarc" \
--disable-static
MAN1= enfle.1
post-install:
${INSTALL_MAN} ${WRKSRC}/enfle.1 ${PREFIX}/man/man1
.include <bsd.port.mk>