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.
27 lines
612 B
Makefile
27 lines
612 B
Makefile
# New ports collection makefile for: xbase
|
|
# Date created: Nov 22, 2003
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xbase
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.rekallrevealed.org/packages/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GNOME= lthack
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.if defined(MAINTAINER_MODE)
|
|
test: install
|
|
.for exi in sample1 sample2 sample3 sample4 sample5
|
|
(cd /tmp && ${WRKSRC}/examples/${exi})
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|