2001-12-13 09:06:39 +01:00
|
|
|
# New ports collection makefile for: ac-archive
|
|
|
|
# Date Created: 10 December 2001
|
|
|
|
# Whom: kerion
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ac-archive
|
2005-08-29 14:22:47 +02:00
|
|
|
PORTVERSION= 0.5.63
|
2001-12-13 09:06:39 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2003-06-08 23:06:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A set of useful GNU autoconf macros
|
2002-09-15 23:23:47 +02:00
|
|
|
|
2004-03-15 18:02:58 +01:00
|
|
|
USE_BZIP2= yes
|
2002-11-25 01:49:37 +01:00
|
|
|
USE_PERL5= yes
|
2001-12-13 09:06:39 +01:00
|
|
|
USE_GMAKE= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= autoconf:259
|
2004-03-15 18:02:58 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-12-13 09:06:39 +01:00
|
|
|
|
2004-03-15 18:02:58 +01:00
|
|
|
PLIST_FILES= bin/acinclude
|
2002-09-19 03:44:12 +02:00
|
|
|
MAN1= acinclude.1
|
2004-03-15 18:02:58 +01:00
|
|
|
PORTDOCS= *
|
2002-09-19 03:44:12 +02:00
|
|
|
|
2001-12-13 09:06:39 +01:00
|
|
|
.include <bsd.port.mk>
|