mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
42 lines
1017 B
Makefile
42 lines
1017 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= 0.16.999.018
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= A very artistic X window manager
|
|
|
|
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
|
|
evas.1:${PORTSDIR}/graphics/evas \
|
|
edje.5:${PORTSDIR}/graphics/edje \
|
|
ecore.1:${PORTSDIR}/x11/ecore \
|
|
embryo.9:${PORTSDIR}/lang/embryo \
|
|
eet.9:${PORTSDIR}/devel/eet
|
|
|
|
USE_GMAKE= yes
|
|
CONFLICTS= enlightenment-[0-9]*
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnomehack gnometarget
|
|
USE_ICONV= yes
|
|
USE_GETTEXT= yes
|
|
NO_LATEST_LINK= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 50000
|
|
IGNORE= Does not build on 4.X
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|