mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
d3ca453d81
PR: 14133 Submitted by: maintainer
26 lines
610 B
Makefile
26 lines
610 B
Makefile
# New ports collection makefile for: enfle
|
|
# Version required: 19991005
|
|
# Date created: Tue Sep 28 02:25:17 JST 1999
|
|
# Whom: Yuuki SAWADA <mami@whale.cc.muroran-it.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= enfle-19991005
|
|
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>
|