2001-03-13 06:52:31 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: autogen
|
|
|
|
# Date created: Mar 11, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= autogen
|
2009-02-03 03:02:36 +01:00
|
|
|
PORTVERSION= 5.9.7
|
2001-03-13 06:52:31 +01:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/AutoGen/AutoGen%20${PORTVERSION} \
|
2004-02-29 22:04:29 +01:00
|
|
|
${MASTER_SITE_GNU:S/$/:gnu/}
|
2009-08-22 02:18:43 +02:00
|
|
|
|
2004-05-23 21:05:07 +02:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu
|
2001-03-13 06:52:31 +01:00
|
|
|
|
2006-10-02 10:29:16 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= The Automated Program Generator
|
2001-03-13 06:52:31 +01:00
|
|
|
|
2009-01-22 17:04:11 +01:00
|
|
|
LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
|
2001-03-13 06:52:31 +01:00
|
|
|
|
2005-06-27 22:30:35 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gnomehack gnometarget libxml2
|
2003-04-27 00:37:12 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes --datadir=${PREFIX}/share
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-03-13 06:52:31 +01:00
|
|
|
|
2002-08-31 19:21:11 +02:00
|
|
|
MAN1= autogen.1 autoopts-config.1 columns.1 getdefs.1 xml2ag.1
|
2005-06-27 22:30:35 +02:00
|
|
|
MAN3= ao_string_tokenize.3 configFileLoad.3 optionFileLoad.3 \
|
|
|
|
optionFindNextValue.3 optionFindValue.3 optionFree.3 \
|
|
|
|
optionGetValue.3 optionLoadLine.3 optionNextValue.3 \
|
2006-05-29 12:50:04 +02:00
|
|
|
optionProcess.3 optionRestore.3 optionOnlyUsage.3 \
|
|
|
|
optionSaveFile.3 optionSaveState.3 optionUnloadNested.3 \
|
|
|
|
optionVersion.3 strequate.3 streqvcmp.3 streqvmap.3 strneqvcmp.3 \
|
|
|
|
strtransform.3
|
|
|
|
|
2003-08-26 20:44:20 +02:00
|
|
|
INFO= autogen
|
2001-03-13 06:52:31 +01:00
|
|
|
|
2004-09-28 03:53:59 +02:00
|
|
|
.include <bsd.port.mk>
|