aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-11-19 12:27:14 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-11-19 12:27:14 +0000
commitde362c1688d52731432f9ab329e8a304dce57d73 (patch)
treeda8193bf515306fbda1290d03e7b5e9c3d94a83e /x11-toolkits
parentebfac68b12883fe52596e6518c336731f3044c4b (diff)
downloadports-de362c1688d52731432f9ab329e8a304dce57d73.tar.gz
ports-de362c1688d52731432f9ab329e8a304dce57d73.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/nucleo/Makefile9
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>