mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
21fce34281
Approved by: portmgr blanket
22 lines
449 B
Makefile
22 lines
449 B
Makefile
# Created by: Oliver Lehmann <lehmann@ans-netz.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Atlas
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 2
|
|
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= libtool pathfix tar:bzip2
|
|
USE_LDCONFIG= YES
|
|
MAKE_ARGS= docdir=${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|