1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/atlas/Makefile

23 lines
463 B
Makefile
Raw Normal View History

# Created by: Oliver Lehmann <lehmann@ans-netz.de>
# $FreeBSD$
PORTNAME= Atlas
2005-10-17 21:42:34 +00:00
PORTVERSION= 0.5.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/worldforge/OldFiles
DISTNAME= ${PORTNAME}-C++-${PORTVERSION}
2003-07-08 12:50:26 +00:00
MAINTAINER= oliver@FreeBSD.org
COMMENT= C++ reference implementation of the Atlas protocol
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
USES= pathfix tar:bzip2
2010-12-04 07:34:27 +00:00
USE_AUTOTOOLS= libtool
USE_LDCONFIG= YES
MAKE_ARGS= docdir=${DOCSDIR}
2003-07-08 12:50:26 +00:00
.include <bsd.port.mk>