2001-04-05 21:01:12 +02:00
|
|
|
# New ports collection makefile for: Atlas
|
|
|
|
# Date created: 29 March 2001
|
|
|
|
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Atlas
|
2002-07-01 20:54:43 +02:00
|
|
|
PORTVERSION= 0.4.4
|
2001-04-05 21:01:12 +02:00
|
|
|
CATEGORIES= devel
|
2002-07-01 20:54:43 +02:00
|
|
|
MASTER_SITES= ftp://victor.worldforge.org/pub/worldforge/libs/Atlas-C++/ \
|
|
|
|
ftp://ftp.ecs.soton.ac.uk/pub/worldforge/libs/Atlas-C++/
|
|
|
|
DISTNAME= ${PORTNAME}-C++-${PORTVERSION}
|
2001-04-05 21:01:12 +02:00
|
|
|
|
2003-05-06 18:58:45 +02:00
|
|
|
MAINTAINER= oliver@freebsd.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A C++ reference implementation of the Atlas protocol
|
2001-04-05 21:01:12 +02:00
|
|
|
|
|
|
|
USE_LIBTOOL= YES
|
2002-07-01 20:54:43 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2001-04-05 21:01:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|