blob: 2a58561232a07d3fcd4fc318645eb106c0f2b343 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= autoconf-archive
DISTVERSION= 2024.10.16
CATEGORIES= devel
MASTER_SITES= GNU
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
NO_ARCH= yes
INFO= autoconf-archive
PLIST_SUB= MACRODIR=share/aclocal
.include <bsd.port.mk>
|