espie 24aa32c0d6 I just had a core dump.
update plist with @bin annotations so that I can set DEBUG_PACKAGES
2020-03-22 10:02:26 +00:00

36 lines
802 B
Makefile

# $OpenBSD: Makefile,v 1.55 2020/03/22 10:02:26 espie Exp $
COMMENT= X11 image display and modification tool
DISTNAME= xv-3.10a
REVISION= 16
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= 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
DEBUG_PACKAGES= ${BUILD_PACKAGES}
pre-patch:
@${PATCH} ${PATCH_DIST_ARGS} -p1 \
< ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt
.include <bsd.port.mk>