Index: head/graphics/libart_lgpl/Makefile =================================================================== --- head/graphics/libart_lgpl/Makefile (revision 505819) +++ head/graphics/libart_lgpl/Makefile (revision 505820) @@ -1,23 +1,26 @@ # Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= libart_lgpl PORTVERSION= 2.3.21 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GNOME DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for high-performance 2D graphics +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= libtool pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CONFLICTS= libart-[0-9]* .include Index: head/graphics/libart_lgpl/pkg-descr =================================================================== --- head/graphics/libart_lgpl/pkg-descr (revision 505819) +++ head/graphics/libart_lgpl/pkg-descr (revision 505820) @@ -1,8 +1,8 @@ Libart is a library of functions for 2D graphics supporting a superset of the PostScript imaging model, designed to be integrated with graphics, artwork, and illustration programs. It is written in optimized C, and is fully compatible with C++. With a small footprint of 10,000 lines of code, it is especially suitable for embedded applications. -WWW: http://www.levien.com/libart/ +WWW: https://www.levien.com/libart/