mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
c68436a7b7
Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
20 lines
342 B
Makefile
20 lines
342 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: anteater
|
|
# Date created: Aug 13, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= anteater
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.profzone.ch/drzoom/anteater/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-strstream
|
|
|
|
.include <bsd.port.mk>
|