diff options
Diffstat (limited to 'graphics/pngnq/Makefile')
-rw-r--r-- | graphics/pngnq/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/pngnq/Makefile b/graphics/pngnq/Makefile index 3df4d968c543..22d253bf4d68 100644 --- a/graphics/pngnq/Makefile +++ b/graphics/pngnq/Makefile @@ -6,13 +6,15 @@ # PORTNAME= pngnq -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= stb@lassitu.de COMMENT= A tool for quantizing PNG images in RGBA format +LICENSE= BSD + LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes @@ -20,6 +22,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" LIBS=-lpng +USE_GNOME= pkgconfig + PORTDOCS= README COPYING PLIST_FILES= bin/pngcomp bin/pngnq MAN1= pngnq.1 |