1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/atlas/Makefile
Baptiste Daroussin 47275c3f45 Support stage
Add doc option
Simplify the ports to let the ustream build process install the docs, stage
will take care of only packaging what we want.
add GNU_CONFIGURE to properly let the configure process happen with the ports framework
variables set
2014-01-27 11:59:40 +00:00

24 lines
468 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
USE_AUTOTOOLS= libtool
USE_LDCONFIG= YES
USE_BZIP2= YES
MAKE_ARGS= docdir=${DOCSDIR}
.include <bsd.port.mk>