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}
|
|
|
|
|
2003-06-08 21:06:22 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A set of useful GNU autoconf macros
|
2002-09-15 21:23:47 +00:00
|
|
|
|
2004-03-15 17:02:58 +00:00
|
|
|
USE_BZIP2= yes
|
2002-11-25 00:49:37 +00:00
|
|
|
USE_PERL5= yes
|
2001-12-13 08:06:39 +00:00
|
|
|
USE_GMAKE= yes
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= autoconf:259
|
2004-03-15 17:02:58 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-12-13 08:06:39 +00:00
|
|
|
|
2004-03-15 17:02:58 +00:00
|
|
|
PLIST_FILES= bin/acinclude
|
2002-09-19 01:44:12 +00:00
|
|
|
MAN1= acinclude.1
|
2004-03-15 17:02:58 +00:00
|
|
|
PORTDOCS= *
|
2002-09-19 01:44:12 +00:00
|
|
|
|
2001-12-13 08:06:39 +00:00
|
|
|
.include <bsd.port.mk>
|