aboutsummaryrefslogtreecommitdiffstats
path: root/devel/atlas/Makefile
blob: 8f810acc797ed0b0dafa608aca87ea9d01809f50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Oliver Lehmann <lehmann@ans-netz.de>
# $FreeBSD$

PORTNAME=   Atlas
PORTVERSION=    0.5.2
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   SF/worldforge/OldFiles
DISTNAME=   ${PORTNAME}-C++-${PORTVERSION}

MAINTAINER= oliver@FreeBSD.org
COMMENT=    C++ reference implementation of the Atlas protocol

OPTIONS_DEFINE= DOCS

GNU_CONFIGURE=  yes
USES=   pathfix
USE_AUTOTOOLS=  libtool
USE_LDCONFIG=   YES
USE_BZIP2=  YES
MAKE_ARGS=  docdir=${DOCSDIR}

.include <bsd.port.mk>