aboutsummaryrefslogtreecommitdiffstats
path: root/print/gv/Makefile
blob: 359245ae847afc93a209fd475b6fcdbf178a7a29 (plain) (blame)
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
# New ports collection makefile for:    gv
# Version required: gv-3.5.3
# Date created:     16 Apr 1996
# Whom:         tg@freebsd.org
#
# $Id: Makefile,v 1.13 1997/06/10 11:10:11 tg Exp $
#

DISTNAME=   gv-3.5.3
CATEGORIES= print
MASTER_SITES=   ftp://thep.physik.uni-mainz.de/pub/gv/unix/

MAINTAINER= ports@freebsd.org

LIB_DEPENDS=    Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d

USE_IMAKE=  yes

post-install:
.if !defined(NOPORTDOCS)
    @(cd ${WRKSRC}; ${MAKE} install.doc)
.endif
    @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>