summaryrefslogtreecommitdiff
path: root/devel/ac-archive/Makefile
blob: 6beb2dff8cf7ba510c252b3f0a7b4a0506bc9b76 (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
25
26
# New ports collection makefile for: ac-archive
# Date Created:	10 December 2001
# Whom:		kerion
#
# $FreeBSD$
#

PORTNAME=	ac-archive
PORTVERSION=	0.5.55
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A set of useful GNU autoconf macros

WANT_AUTOCONF_VER=253

USE_PERL5=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=		acinclude.1

.include <bsd.port.mk>