openbsd-ports/print/gv/Makefile

21 lines
443 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 1999/09/06 23:09:40 brad Exp $
1997-12-03 00:59:58 -05:00
DISTNAME= gv-3.5.8
CATEGORIES= print
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
NEED_VERSION= 1.88
1997-12-03 00:59:58 -05:00
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= Xaw3d.6.1:${PORTSDIR}/x11/Xaw3d
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
1997-12-03 00:59:58 -05:00
USE_IMAKE= yes
post-install:
@(cd ${WRKSRC}; ${MAKE} install.doc)
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>