Index: head/devel/atlas/Makefile =================================================================== --- head/devel/atlas/Makefile (revision 507533) +++ head/devel/atlas/Makefile (revision 507534) @@ -1,21 +1,24 @@ # Created by: Oliver Lehmann # $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 +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes USES= libtool pathfix tar:bzip2 -USE_LDCONFIG= YES +GNU_CONFIGURE= yes +USE_LDCONFIG= yes MAKE_ARGS= docdir=${DOCSDIR} + +OPTIONS_DEFINE= DOCS .include Index: head/devel/atlas/pkg-descr =================================================================== --- head/devel/atlas/pkg-descr (revision 507533) +++ head/devel/atlas/pkg-descr (revision 507534) @@ -1,3 +1,5 @@ This library implements the Atlas protocol, for use in client-server game applications. This library is suitable for linking to either clients or servers. + +WWW: https://www.worldforge.org/index.php/components/atlas-cpp/