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
|
2005-06-27 22:30:35 +02:00
|
|
|
PORTVERSION= 5.7
|
2001-03-13 06:52:31 +01:00
|
|
|
CATEGORIES= devel
|
2002-03-24 07:44:51 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2004-02-29 22:04:29 +01:00
|
|
|
${MASTER_SITE_GNU:S/$/:gnu/}
|
2004-05-28 20:32:11 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/rel${PORTVERSION}/:gnu
|
2004-05-23 21:05:07 +02:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu
|
2001-03-13 06:52:31 +01:00
|
|
|
|
2001-05-26 08:08:49 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= The Automated Program Generator
|
2001-03-13 06:52:31 +01:00
|
|
|
|
2003-05-02 05:29:26 +02:00
|
|
|
LIB_DEPENDS= guile.15:${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
|
2005-06-27 22:30:35 +02:00
|
|
|
USE_LIBTOOL_VER= 15
|
2003-02-17 16:21:09 +01:00
|
|
|
CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes
|
2001-03-13 06:52:31 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
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 \
|
|
|
|
optionProcess.3 optionRestore.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>
|