mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
f9be1a26da
Alan Eldridge Born December 15, 1961 in Iowa Died June 6, 2003 in Denver, Colorado Thank you for your contributions, you will be greatly missed.
27 lines
455 B
Makefile
27 lines
455 B
Makefile
# New ports collection makefile for: ac-archive
|
|
# Date Created: 10 December 2001
|
|
# Whom: kerion
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ac-archive
|
|
PORTVERSION= 0.5.39
|
|
PORTREVISION= 0
|
|
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
|
|
|
|
MAN1= acinclude.1
|
|
|
|
.include <bsd.port.mk>
|