mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
47275c3f45
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
24 lines
468 B
Makefile
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>
|