aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf-archive/Makefile
blob: 20fa6d6eaf9ee518eced992d6a99c508b6f9c262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>