diff --git a/devel/xtl/Makefile b/devel/xtl/Makefile index e75565bedbad..d9550aafa600 100644 --- a/devel/xtl/Makefile +++ b/devel/xtl/Makefile @@ -1,15 +1,18 @@ PORTNAME= xtl PORTVERSION= 1.4.2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for R/W structured data to/from an external representation -WWW= http://xtl.sourceforge.net/ +WWW= https://xtl.sourceforge.net/ + +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING.LIB NO_BUILD= yes do-install: ${CP} -R ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/include .include