freebsd-ports/devel/autoconf-archive/Makefile
Bryan Drewery c3d9f2fccd Update to 2019.01.06
Approved by:		kwm
Differential Revision:	https://reviews.freebsd.org/D24470
2020-04-21 21:23:40 +00:00

20 lines
392 B
Makefile

# Created by: Martin Kammerhofer
# $FreeBSD$
PORTNAME= autoconf-archive
PORTVERSION= 0.${DISTDATE:C/-/./g}
CATEGORIES= devel
MASTER_SITES= GNU
DISTNAME= ${PORTNAME}-${DISTDATE}
MAINTAINER= kwm@FreeBSD.org
COMMENT= Set of useful GNU Autoconf macros
USES= makeinfo tar:xz
DISTDATE= 2019.01.06
GNU_CONFIGURE= yes
INFO= ${PORTNAME}
PLIST_SUB= MACRODIR=share/aclocal
.include <bsd.port.mk>