freebsd-ports/x11-wm/enlightenment-devel/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

35 lines
735 B
Makefile

# 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= 20070223
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
DISTNAME= e-${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
COMMENT= A very artistic X window manager
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_EFL= imlib2 evas edje ecore embryo eet
USE_ICONV= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= does not build on 4.X
.endif
.include <bsd.port.post.mk>