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