summaryrefslogtreecommitdiff
path: root/x11-wm/e16/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r--x11-wm/e16/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
deleted file mode 100644
index 5813e8f3506b..000000000000
--- a/x11-wm/e16/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: enlightenment
-# Date created: 10 June 1997
-# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= enlightenment
-PORTVERSION= 0.16.7.2
-PORTREVISION= 2
-CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= vanilla@FreeBSD.org
-COMMENT= A very artistic X window manager
-
-LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
-
-USE_REINPLACE= yes
-USE_X_PREFIX= yes
-USE_GNOME= esound
-USE_ICONV= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-fsstd --disable-hints-gnome --disable-hints-kde
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-
-MAN1= enlightenment.1
-
-.include <bsd.port.pre.mk>
-
-.if (${MACHINE} == "alpha") && (${X_WINDOW_SYSTEM:L} == xfree86-3)
-CONFIGURE_ARGS+= --disable-zoom
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's| wctype.h||g ; \
- s|-ldl||g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/scripts/e_gen_menu
-
-.include <bsd.port.post.mk>