2000-02-15 00:03:51 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2000/02/15 05:05:28 turan Exp $
|
1999-04-23 12:23:50 -04:00
|
|
|
|
2000-01-21 07:25:36 -05:00
|
|
|
DISTNAME= enlightenment-0.16.3
|
1999-04-23 12:23:50 -04:00
|
|
|
CATEGORIES= x11
|
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/
|
1999-04-23 12:23:50 -04:00
|
|
|
|
|
|
|
MAINTAINER= op21@squish.org
|
|
|
|
|
2000-02-12 01:29:49 -05:00
|
|
|
LICENSE_TYPE= BSD
|
2000-02-15 00:03:51 -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
|
|
|
|
2000-01-21 07:25:36 -05:00
|
|
|
LIB_DEPENDS= esd.2.16:${PORTSDIR}/audio/esound \
|
|
|
|
Fnlib.0.5:${PORTSDIR}/graphics/fnlib \
|
1999-10-08 00:13:39 -04:00
|
|
|
gif.4.1:${PORTSDIR}/graphics/giflib \
|
1999-10-28 16:14:30 -04:00
|
|
|
Imlib.19:${PORTSDIR}/graphics/imlib \
|
|
|
|
tiff.35:${PORTSDIR}/graphics/tiff \
|
2000-01-19 23:54:03 -05:00
|
|
|
ttf.1.3:${PORTSDIR}/print/freetype \
|
2000-01-21 07:25:36 -05:00
|
|
|
ghttp.1:${PORTSDIR}/www/libghttp
|
1999-04-23 12:23:50 -04:00
|
|
|
|
|
|
|
USE_X11= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
SEPARATE_BUILD= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-fsstd
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|