1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/devel/ac-archive/Makefile

29 lines
565 B
Makefile
Raw Normal View History

2001-12-13 08:06:39 +00:00
# New ports collection makefile for: ac-archive
# Date Created: 10 December 2001
# Whom: kerion
#
# $FreeBSD$
#
PORTNAME= ac-archive
2005-08-29 12:22:47 +00:00
PORTVERSION= 0.5.63
2001-12-13 08:06:39 +00:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of useful GNU autoconf macros
USE_BZIP2= yes
USE_PERL5= yes
2001-12-13 08:06:39 +00:00
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:259
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
2001-12-13 08:06:39 +00:00
PLIST_FILES= bin/acinclude
MAN1= acinclude.1
PORTDOCS= *
2001-12-13 08:06:39 +00:00
.include <bsd.port.mk>