summaryrefslogtreecommitdiff
path: root/graphics/enfle/Makefile
blob: c630be376e47fd77c9caaae97c8e36a8e58f1ea6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	enfle
# Version required:	19990926
# Date created:		Tue Sep 28 02:25:17 JST 1999
# Whom:			Yuuki SAWADA <mami@whale.cc.muroran-it.ac.jp>
#
# $FreeBSD$
#

DISTNAME=	enfle-19990926
CATEGORIES=	graphics
MASTER_SITES=	http://enfle.fennel.org/

MAINTAINER=	mami@whale.cc.muroran-it.ac.jp

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\
		--enable-plugins-dir

.include <bsd.port.mk>