summaryrefslogtreecommitdiff
path: root/devel/autogen/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2003-02-14 20:26:15 +0000
committerkristerw <kristerw@pkgsrc.org>2003-02-14 20:26:15 +0000
commit75c7e8cec6497318b596c7b2e09264f4b0c83d73 (patch)
treea8fef8b48e31e36b254f3af3ea3a1694e5b98d46 /devel/autogen/Makefile
parent6a01f828f277a583fe4e08e1fa06d1dcb1442caf (diff)
downloadpkgsrc-75c7e8cec6497318b596c7b2e09264f4b0c83d73.tar.gz
Import autogen 5.4.7
AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. Its goal is to simplify the maintenance of programs that contain large amounts of repetitious text. This is especially valuable if there are several blocks of such text that must be kept synchronized.
Diffstat (limited to 'devel/autogen/Makefile')
-rw-r--r--devel/autogen/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
new file mode 100644
index 00000000000..85b002f0f06
--- /dev/null
+++ b/devel/autogen/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 20:26:15 kristerw Exp $
+
+DISTNAME= autogen-5.4.7
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=autogen/}
+
+MAINTAINER= kristerw@netbsd.org
+HOMEPAGE= http://autogen.sourceforge.net/
+COMMENT= The Automated Program Generator
+
+USE_BUILDLINK2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../lang/guile14/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"