37 lines
782 B
Makefile
37 lines
782 B
Makefile
# $OpenBSD: Makefile,v 1.25 2005/02/21 14:32:46 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
|
|
WANTLIB= Xpm Xmu X11 m c Xt SM Xp Xext ICE
|
|
|
|
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>
|