1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/atlas/Makefile
Dmitry Marakasov 21fce34281 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-14 05:44:23 +00:00

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>