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.
26 lines
638 B
Makefile
26 lines
638 B
Makefile
# New ports collection makefile for: esmart
|
|
# Date created: 05/09/2005
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= esmart
|
|
PORTVERSION= 0.9.0.004
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Evas smart objects development libraries
|
|
|
|
LIB_DEPENDS= epsilon.0:${PORTSDIR}/graphics/epsilon
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= libltdl:15 libtool:15
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|