aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-01-05 20:38:06 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2024-01-05 20:38:06 +0000
commit9c29ba330e1160704a8d8f4a785f3f13259c79b5 (patch)
tree2e2e1e421379b6e84da16d98043200b6145e5ffd
parent34bfa86b61680e6c5e867bf4a4bb45ebb3f957c9 (diff)
downloadports-9c29ba330e1160704a8d8f4a785f3f13259c79b5.tar.gz
ports-9c29ba330e1160704a8d8f4a785f3f13259c79b5.zip
graphics/zimg: add JPEG support
-rw-r--r--graphics/zimg/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile
index f35632ae1e8b..2223c7167437 100644
--- a/graphics/zimg/Makefile
+++ b/graphics/zimg/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zimg
PORTVERSION= 5.0.0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -8,9 +8,14 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs
WWW= https://zimg.sourceforge.net/
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libgd.so:graphics/gd \
libpng.so:graphics/png
+USES= jpeg
+
CONFLICTS_INSTALL= sekrit-twc-zimg-* # include/zimg.h
GNU_CONFIGURE= yes