1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/atlas/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

23 lines
463 B
Makefile

# 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 tar:bzip2
USE_AUTOTOOLS= libtool
USE_LDCONFIG= YES
MAKE_ARGS= docdir=${DOCSDIR}
.include <bsd.port.mk>