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.
31 lines
757 B
Makefile
31 lines
757 B
Makefile
# New ports collection makefile for: prepstools
|
|
# Date created: 2005-08-02
|
|
# Whom: jmelo@freebsdbrasil.com.br
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= prepstools
|
|
PORTVERSION= 2.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/
|
|
|
|
MAINTAINER= jmelo@freebsdbrasil.com.br
|
|
COMMENT= Problem reporting system
|
|
|
|
RUN_DEPENDS= postgres:${PORTSDIR}/databases/postgresql${DEFAULT_PGSQL_VER}-server
|
|
|
|
USE_PGSQL= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
USE_GNOME= gtk20 gconf2 glib20 libgnomeui
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS+=--with-pgsqldir=${LOCALBASE} --with-plpgsqldir=${LOCALBASE}
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|