landry 176eab4f30 Remove gd.tuwien.ac.at from MASTER_SITES, seems it doesnt exist anymore.
I checked that the distfiles still fetched from their alternative
source.
There still remains two issues with converters/xlhtml (no other source
for the oooooold version we have in tree) and the gentoo patch in
x11/qt3.
2018-06-30 11:41:36 +00:00

36 lines
812 B
Makefile

# $OpenBSD: Makefile,v 1.53 2018/06/30 11:41:36 landry Exp $
COMMENT= X11 image display and modification tool
DISTNAME= xv-3.10a
REVISION= 15
CATEGORIES= graphics x11
MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/
MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=png-mng/}
DISTFILES= ${DISTNAME}.tar.gz xv-3.10a-jumbo-patches-20070520.tar.gz:0
DIST_SUBDIR= xv
HOMEPAGE= http://www.trilon.com/xv/index.html
PERMIT_PACKAGE_CDROM= Must buy license
PERMIT_PACKAGE_FTP= Yes
LIB_DEPENDS= graphics/jpeg \
graphics/jasper \
graphics/tiff \
graphics/png
WANTLIB= X11 Xau Xdmcp c jasper>=2 jpeg>=62 m png>=5 tiff>=38 z
MAKE_ENV= SYSCONFDIR="$(SYSCONFDIR)"
DESTDIRNAME= none
NO_TEST= Yes
pre-patch:
@${PATCH} ${PATCH_DIST_ARGS} -p1 \
< ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt
.include <bsd.port.mk>