openbsd-ports/x11/enlightenment/Makefile
sturm 51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00

35 lines
920 B
Makefile

# $OpenBSD: Makefile,v 1.32 2003/10/08 17:13:16 sturm Exp $
COMMENT= "themed window manager"
DISTNAME= enlightenment-0.16.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} \
ftp://ftp.squish.org/pub/enlightenment/enlightenment/ \
ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/
HOMEPAGE= http://www.enlightenment.org/
LIB_DEPENDS= esd.2::audio/esound \
Fnlib.5::graphics/fnlib \
ghttp.1::www/libghttp \
ttf.1.3::print/freetype
MAINTAINER= Paul Wang <op21@squish.org>
# X11
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
USE_GMAKE= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-fsstd
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype1/freetype" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
.include <bsd.port.mk>