c78f2593ca
PR: ports/154180 Submitted by: Martin <mkamm@gmx.net> (maintainer) Feature safe: yes
24 lines
469 B
Makefile
24 lines
469 B
Makefile
# New ports collection makefile for: autoconf-archive
|
|
# Date Created: 18 October 2006
|
|
# Whom: Martin Kammerhofer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= autoconf-archive
|
|
PORTVERSION= 0.${DISTDATE:C/-/./g}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU
|
|
DISTNAME= ${PORTNAME}-${DISTDATE}
|
|
|
|
MAINTAINER= mkamm@gmx.net
|
|
COMMENT= A set of useful GNU Autoconf macros
|
|
|
|
DISTDATE= 2011.01.02
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO= ${PORTNAME}
|
|
|
|
PLIST_SUB= MACRODIR=share/aclocal
|
|
|
|
.include <bsd.port.mk>
|