blob: baf71064683d0703411134605525db34f29d42ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: gv
# Version required: gv-3.5.8
# Date created: Nov 1997
# Whom: soren@t.dk
#
# $NetBSD: Makefile,v 1.4 1998/01/19 11:30:32 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>
|