diff options
Diffstat (limited to 'x11/babl/Makefile')
-rw-r--r-- | x11/babl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/babl/Makefile b/x11/babl/Makefile index bcdd48546d34..e5695b772e33 100644 --- a/x11/babl/Makefile +++ b/x11/babl/Makefile @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= babl -PORTVERSION= 0.1.14 +PORTVERSION= 0.1.28 CATEGORIES= x11 MASTER_SITES= GIMP MAINTAINER= gnome@FreeBSD.org COMMENT= Dynamic pixel format conversion library +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes |