freebsd-ports/devel/autogen/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00

38 lines
1.1 KiB
Makefile

# ex:ts=8
# New ports collection makefile for: autogen
# Date created: Mar 11, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= autogen
PORTVERSION= 5.7.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNU:S/$/:gnu/}
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/rel${PORTVERSION}/:gnu
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu
MAINTAINER= ports@FreeBSD.org
COMMENT= The Automated Program Generator
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget libxml2
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes
INSTALLS_SHLIB= yes
MAN1= autogen.1 autoopts-config.1 columns.1 getdefs.1 xml2ag.1
MAN3= ao_string_tokenize.3 configFileLoad.3 optionFileLoad.3 \
optionFindNextValue.3 optionFindValue.3 optionFree.3 \
optionGetValue.3 optionLoadLine.3 optionNextValue.3 \
optionProcess.3 optionRestore.3 optionSaveFile.3 \
optionSaveState.3 optionUnloadNested.3 optionVersion.3 \
strequate.3 streqvcmp.3 streqvmap.3 strneqvcmp.3 strtransform.3
INFO= autogen
.include <bsd.port.mk>