openbsd-ports/print/gv/Makefile

27 lines
586 B
Makefile
Raw Normal View History

1997-12-03 00:59:58 -05:00
# OpenBSD makefile for: gv
# Version required: gv-3.5.8
# Date created: December 2, 1997
# Whom: Angelos D. Keromytis
#
1998-07-19 20:52:30 -04:00
# $OpenBSD: Makefile,v 1.2 1998/07/20 00:52:30 espie 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/
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
1998-07-19 20:52:30 -04:00
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
1997-12-03 00:59:58 -05:00
USE_IMAKE= yes
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}; ${MAKE} install.doc)
.endif
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>