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.
35 lines
810 B
Makefile
35 lines
810 B
Makefile
# New ports collection makefile for: gwave
|
|
# Date created: 16 June 2002
|
|
# Whom: Duncan Barclay <dmlb@dmlb.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gwave
|
|
PORTVERSION= 20030804
|
|
PORTREVISION= 2
|
|
CATEGORIES= cad
|
|
MASTER_SITES= http://www.cs.unc.edu/~tell/dist/ \
|
|
http://geda.seul.org/dist/
|
|
|
|
MAINTAINER= dmlb@dmlb.org
|
|
COMMENT= Waveform viewer for analogue electronic simulation tools
|
|
|
|
RUN_DEPENDS= graph:${PORTSDIR}/graphics/plotutils
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
|
|
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
|
|
|
|
USE_AUTOTOOLS= autoconf:253
|
|
USE_GNOME= gtk12
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= sp2sp.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|