pkgsrc/print/gv/Makefile
1998-01-30 13:56:55 +00:00

29 lines
658 B
Makefile

# New ports collection makefile for: gv
# Version required: gv-3.5.8
# Date created: Nov 1997
# Whom: soren@t.dk
#
# $NetBSD: Makefile,v 1.5 1998/01/30 13:58:03 agc Exp $
# FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp
#
DISTNAME= gv-3.5.8
CATEGORIES= print
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
MAINTAINER= ports@freebsd.org
LIB_DEPENDS= Xaw3d.6.:${PORTSDIR}/x11/Xaw3d
RUN_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript5
USE_IMAKE= yes
CAT1= gv.0
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}; ${MAKE} install.doc)
.endif
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>