summaryrefslogtreecommitdiff
path: root/devel/autoconf-archive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/autoconf-archive/Makefile')
-rw-r--r--devel/autoconf-archive/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/autoconf-archive/Makefile b/devel/autoconf-archive/Makefile
new file mode 100644
index 00000000000..3c1af30bc49
--- /dev/null
+++ b/devel/autoconf-archive/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2013/01/05 22:13:58 wiz Exp $
+#
+
+DISTNAME= autoconf-archive-2012.11.14
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=autoconf-archive/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://savannah.gnu.org/projects/autoconf-archive/
+COMMENT= Collection of macros for GNU Autoconf
+#LICENSE= # TODO: (see mk/license.mk)
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= # none
+USE_TOOLS+= makeinfo
+INFO_FILES= yes
+
+.include "../../mk/bsd.pkg.mk"