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
|
2003-11-09 00:36:37 +01:00
|
|
|
PORTVERSION= 0.5.55
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
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-12 03:48:25 +01:00
|
|
|
USE_AUTOCONF_VER=253
|
2002-11-25 01:49:37 +01:00
|
|
|
USE_PERL5= yes
|
2001-12-13 09:06:39 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-11-04 16:56:56 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-12-13 09:06:39 +01:00
|
|
|
|
2002-09-19 03:44:12 +02:00
|
|
|
MAN1= acinclude.1
|
|
|
|
|
2001-12-13 09:06:39 +01:00
|
|
|
.include <bsd.port.mk>
|