diff options
Diffstat (limited to 'devel/autoconf-archive/Makefile')
-rw-r--r-- | devel/autoconf-archive/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/autoconf-archive/Makefile b/devel/autoconf-archive/Makefile index 6486c46300a0..2a58561232a0 100644 --- a/devel/autoconf-archive/Makefile +++ b/devel/autoconf-archive/Makefile @@ -3,16 +3,19 @@ DISTVERSION= 2024.10.16 CATEGORIES= devel MASTER_SITES= GNU -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of useful GNU Autoconf macros WWW= https://savannah.gnu.org/projects/autoconf-archive +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= makeinfo tar:xz -GNU_CONFIGURE= yes -INFO= ${PORTNAME} +GNU_CONFIGURE= yes NO_ARCH= yes +INFO= autoconf-archive PLIST_SUB= MACRODIR=share/aclocal .include <bsd.port.mk> |