diff options
-rw-r--r-- | x11-toolkits/nucleo/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index 6bc059dd0b94..de7e425fced0 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: Nucleo +# New ports collection makefile for: The nucleo toolkit # Date created: 30 May 2007 # Whom: Alexey Dokuchaev <danfe@FreeBSD.org> # @@ -14,6 +14,8 @@ MASTER_SITES= http://insitu.lri.fr/metisse/download/nucleo/ MAINTAINER= danfe@FreeBSD.org COMMENT= Toolkit to explore video and human-computer interaction +LICENSE= LGPL21 + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ @@ -83,7 +85,8 @@ PLIST_SUB+= GD="@comment " post-patch: # Fix for libpng 1.4 - @${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ - ${WRKSRC}/nucleo/image/encoding/PNGenc.cxx + @${REINPLACE_CMD} -e \ + 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ + ${WRKSRC}/nucleo/image/encoding/PNGenc.cxx .include <bsd.port.post.mk> |