freebsd-ports/devel/autogen/Makefile

34 lines
878 B
Makefile
Raw Normal View History

# 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.6.4
CATEGORIES= devel
2002-03-24 07:44:51 +01:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNU:S/$/:gnu/}
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/rel${PORTVERSION}/:gnu
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu
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
2003-05-02 05:29:26 +02:00
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_GNOME= gnometarget libxml2
USE_GMAKE= yes
GNU_CONFIGURE= yes
2003-02-17 16:21:09 +01:00
CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes
INSTALLS_SHLIB= yes
MAN1= autogen.1 autoopts-config.1 columns.1 getdefs.1 xml2ag.1
MAN3= optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \
2002-09-15 00:57:48 +02:00
optionSaveFile.3 optionSaveState.3 optionVersion.3
INFO= autogen
.include <bsd.port.mk>