openbsd-ports/print/gv/Makefile
alek b79da1ffe8 - Append notice displayed by INSTALL to DESCR
- Bump PKGNAME

ok naddy@ sturm@
2004-11-23 22:45:21 +00:00

36 lines
738 B
Makefile

# $OpenBSD: Makefile,v 1.24 2004/11/23 22:45:21 alek Exp $
COMMENT= "PostScript and PDF previewer"
DISTNAME= gv-3.5.8
PKGNAME= ${DISTNAME}p4
CATEGORIES= print
HOMEPAGE= http://wwwthep.physik.uni-mainz.de/~plass/gv/
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= Xaw3d.6.1::x11/Xaw3d
RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu
CONFIGURE_STYLE= imake
NO_REGRESS= Yes
INSTALL_TARGET= install install.man install.doc
post-patch:
perl -pi.bak ${.CURDIR}/fixincludes ${WRKSRC}/source/*.[ch]
post-install:
${INSTALL_MAN} ${WRKSRC}/source/gv.0 ${PREFIX}/man/cat1
.include <bsd.port.mk>