1999-01-22 17:01:46 +01:00
|
|
|
# New ports collection makefile for: enlightenment
|
|
|
|
# Date created: 10 June 1997
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
1997-06-04 01:53:31 +02:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1997-06-04 01:53:31 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 21:50:46 +02:00
|
|
|
PORTNAME= enlightenment
|
2004-08-25 09:09:37 +02:00
|
|
|
PORTVERSION= 0.16.7.1
|
|
|
|
PORTREVISION= 0
|
2000-05-18 23:23:33 +02:00
|
|
|
CATEGORIES= x11-wm
|
2004-08-25 09:09:37 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-04-16 09:45:03 +02:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A very artistic X window manager
|
1997-09-14 21:58:23 +02:00
|
|
|
|
2004-08-25 09:09:37 +02:00
|
|
|
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2
|
1998-07-02 19:42:55 +02:00
|
|
|
|
2003-11-09 04:37:08 +01:00
|
|
|
USE_REINPLACE= yes
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
2004-08-25 09:09:37 +02:00
|
|
|
USE_GNOME= esound
|
|
|
|
USE_ICONV= yes
|
2003-11-09 04:37:08 +01:00
|
|
|
USE_GMAKE= yes
|
1998-07-19 08:34:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-09 04:37:08 +01:00
|
|
|
CONFIGURE_ARGS= --enable-fsstd --disable-hints-gnome --disable-hints-kde
|
2004-08-25 09:09:37 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
2003-11-09 04:37:08 +01:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
|
|
|
|
MAN1= enlightenment.1
|
1999-10-18 11:43:13 +02:00
|
|
|
|
2001-01-27 17:53:18 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-08-25 09:09:37 +02:00
|
|
|
.if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3)
|
2003-11-09 04:37:08 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-zoom
|
2001-01-23 15:43:40 +01:00
|
|
|
.endif
|
|
|
|
|
2003-11-09 04:37:08 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's| wctype.h||g ; \
|
|
|
|
s|-ldl||g' ${WRKSRC}/configure
|
2004-08-25 09:09:37 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
|
|
${WRKSRC}/scripts/e_gen_menu
|
1998-08-25 03:45:33 +02:00
|
|
|
|
2001-01-27 17:53:18 +01:00
|
|
|
.include <bsd.port.post.mk>
|