summaryrefslogtreecommitdiff
path: root/devel/autoconf-archive/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-05 22:13:58 +0000
committerwiz <wiz>2013-01-05 22:13:58 +0000
commitd9525695e78be2448531bbcb06702f7669f938d4 (patch)
tree64238700f705ab52e6e9afece0a8b1390e9b6a07 /devel/autoconf-archive/Makefile
parentbd0248ac5594f42c821e2b16e4484062491170d9 (diff)
downloadpkgsrc-d9525695e78be2448531bbcb06702f7669f938d4.tar.gz
Import autoconf-archive-2012.11.14 as devel/autoconf-archive.
The GNU Autoconf Archive is a collection of many macros for `GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet. Every single one of those macros can be re-used without imposing any restrictions whatsoever on the licensing of the generated `configure` script. In particular, it is possible to use all those macros in `configure` scripts that are meant for non-free software.
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"