aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xv/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-11-18 08:30:33 +0800
committerache <ache@FreeBSD.org>1996-11-18 08:30:33 +0800
commit770159ec631f63b840f0df9934e15692e9181b51 (patch)
tree7e1101419e0dc0669393e463db2e8d4a5ee98a52 /graphics/xv/Makefile
parentc178b1072a53b539b63c9a80190ccbcb55f1e2cc (diff)
downloadfreebsd-ports-gnome-770159ec631f63b840f0df9934e15692e9181b51.tar.gz
freebsd-ports-gnome-770159ec631f63b840f0df9934e15692e9181b51.tar.zst
freebsd-ports-gnome-770159ec631f63b840f0df9934e15692e9181b51.zip
Build with new jpeg lib now
Some misc cleanup
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r--graphics/xv/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index 770bdbde2ab3..b4de147a21c9 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -3,15 +3,17 @@
# Date created: 30 October 1994
# Whom: smace
#
-# $Id: Makefile,v 1.11 1996/03/06 12:53:01 asami Exp $
+# $Id: Makefile,v 1.12 1996/09/22 08:56:34 andreas Exp $
#
DISTNAME= xv-3.10a
-CATEGORIES+= graphics x11
+CATEGORIES= graphics x11
MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= xv-3.10a.JPEG-patch # xv-3.10a.TIFF-patch (for tiff3.4)
-LIB_DEPENDS= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg \
- tiff\\.3\\.:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
+ tiff\\.3\\.3:${PORTSDIR}/graphics/tiff
USE_IMAKE= yes
@@ -22,8 +24,4 @@ post-install:
cp ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv
.endif
-pre-clean:
- @(cd ${PORTSDIR}/graphics/jpeg ; ${MAKE} clean)
- @(cd ${PORTSDIR}/graphics/tiff ; ${MAKE} clean)
-
.include <bsd.port.mk>