ports/devel/autoconf-archive/Makefile

19 lines
389 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= collection of macros for GNU Autoconf
DISTNAME= autoconf-archive-2023.02.20
CATEGORIES= devel
HOMEPAGE= http://www.gnu.org/software/autoconf-archive/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPLv3 with Autoconf exception
PERMIT_PACKAGE= Yes
2023-09-22 16:24:11 +00:00
SITES= ${SITE_GNU:=autoconf-archive/}
2023-08-16 22:26:55 +00:00
EXTRACT_SUFX= .tar.xz
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>