freebsd-ports/sysutils/anteater/Makefile

26 lines
483 B
Makefile
Raw Normal View History

2001-08-13 06:00:41 +02:00
# ex:ts=8
# New ports collection makefile for: anteater
# Date created: Aug 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= anteater
PORTVERSION= 0.4.5
2001-08-13 06:00:41 +02:00
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2001-08-13 06:00:41 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A MTA log analyzer
2001-08-13 06:00:41 +02:00
USE_BZIP2= yes
2001-08-13 06:00:41 +02:00
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= anteater.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/anteater
.include <bsd.port.mk>