Index: head/net/libtnl/Makefile =================================================================== --- head/net/libtnl/Makefile (revision 505734) +++ head/net/libtnl/Makefile (revision 505735) @@ -1,36 +1,39 @@ # Created by: aaron@FreeBSD.org # $FreeBSD$ PORTNAME= libtnl PORTVERSION= 1.5.0 PORTREVISION= 6 CATEGORIES= net devel MASTER_SITES= SF/opentnl/TNL%20Source/${PORTVERSION} DISTNAME= tnl-${PORTVERSION}-source MAINTAINER= ports@FreeBSD.org COMMENT= Robust, secure, easy to use cross-platform C++ networking API +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/../LICENSE.txt + USES= uidfix USE_GCC= any WRKSRC= ${WRKDIR}/tnl/tnl USE_LDCONFIG= yes MAKEFILE= ${FILESDIR}/Makefile.bsd # Other arches can be added easily, provided there is hardware to test: ONLY_FOR_ARCHS= i386 amd64 .if defined(NO_PROFILE) || defined(NOPROFILE) PLIST_SUB+= PROFILE='@comment ' .else PLIST_SUB+= PROFILE='' .endif # When security/libtomcrypt is fixed to provide a shared version, we'll # stop extracting our own and will LIB_DEPEND on theirs instead: #LIB_DEPENDS= tomcrypt:security/libtomcrypt # #EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude tnl/libtomcrypt pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/tnl .include Index: head/net/libtnl/pkg-descr =================================================================== --- head/net/libtnl/pkg-descr (revision 505734) +++ head/net/libtnl/pkg-descr (revision 505735) @@ -1,11 +1,11 @@ The Torque Network Library is a robust, secure, easy to use, cross-platform C++ networking API designed for high performance simulations and games. The network architecture in TNL has powered some of the best internet multiplayer action games to date. Whether you're writing a multiplayer game, developing a complex simulation, or just need a solid foundation for network apps, TNL will meet your needs. TNL is available under the GNU General Public License (GPL), an indie license, and a commercial license. -WWW: http://opentnl.org +WWW: https://sourceforge.net/projects/opentnl/