aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jpegpixi/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-13 04:55:06 +0800
committerpav <pav@FreeBSD.org>2004-01-13 04:55:06 +0800
commit60675c16c324940164a639b3ef3fdcb4f526acb0 (patch)
treedab0c3f0ef05a78616813b65df02c9886425fe0f /graphics/jpegpixi/Makefile
parent0d9da6200a099a40761f20e68ce0c617315952ae (diff)
downloadfreebsd-ports-gnome-60675c16c324940164a639b3ef3fdcb4f526acb0.tar.gz
freebsd-ports-gnome-60675c16c324940164a639b3ef3fdcb4f526acb0.tar.zst
freebsd-ports-gnome-60675c16c324940164a639b3ef3fdcb4f526acb0.zip
- Update to 0.14
PR: ports/61236 Submitted by: verm@drunkmonk.net <verm@drunkmonk.net> (maintainer)
Diffstat (limited to 'graphics/jpegpixi/Makefile')
-rw-r--r--graphics/jpegpixi/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/jpegpixi/Makefile b/graphics/jpegpixi/Makefile
index 9723716157d8..89b5ec0201e3 100644
--- a/graphics/jpegpixi/Makefile
+++ b/graphics/jpegpixi/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= jpegpixi
-PORTVERSION= 0.3
+PORTVERSION= 0.14
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= http://www.zero-based.org/software/jpegpixi/
MASTER_SITE_SUBDIR= jpegpixi
MAINTAINER= verm@drunkmonk.net
@@ -20,4 +20,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-jpeglib-include=${LOCALBASE}/include \
--with-jpeglib-lib=${LOCALBASE}/lib
+MAN1= jpegpixi.1 jpeghotp.1
+
.include <bsd.port.mk>