openbsd-ports/x11/enlightenment/Makefile

35 lines
916 B
Makefile
Raw Normal View History

2000-04-01 13:54:49 -05:00
# $OpenBSD: Makefile,v 1.12 2000/04/01 18:54:49 espie Exp $
2000-01-21 07:25:36 -05:00
DISTNAME= enlightenment-0.16.3
CATEGORIES= x11
NEED_VERSION= 1.230
2000-01-21 10:53:05 -05:00
MASTER_SITES= ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \
2000-01-21 07:25:36 -05:00
ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/
MAINTAINER= op21@squish.org
2000-04-01 13:54:49 -05:00
HOMEPAGE= http://www.enlightenment.org/
2000-02-12 01:29:49 -05:00
LICENSE_TYPE= BSD
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
LIB_DEPENDS= esd.2.16::audio/esound \
Fnlib.0.5::graphics/fnlib \
gif.4.1::graphics/giflib \
Imlib.19::graphics/imlib \
tiff.35::graphics/tiff \
ttf.1.3::print/freetype \
ghttp.1::www/libghttp
2000-03-05 13:30:21 -05:00
USE_GMAKE= Yes
SEPARATE_BUILD= concurrent
2000-03-05 13:30:21 -05:00
GNU_CONFIGURE= Yes
FAKE= Yes
CONFIGURE_ARGS= --enable-fsstd
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
.include <bsd.port.mk>