1996-04-17 09:01:09 +02:00
|
|
|
# New ports collection makefile for: gv
|
1997-06-23 09:35:20 +02:00
|
|
|
# Version required: gv-3.5.8
|
1996-04-17 09:01:09 +02:00
|
|
|
# Date created: 16 Apr 1996
|
1997-03-27 08:43:10 +01:00
|
|
|
# Whom: tg@freebsd.org
|
1996-04-17 09:01:09 +02:00
|
|
|
#
|
1997-06-23 09:35:20 +02:00
|
|
|
# $Id: Makefile,v 1.14 1997/06/11 05:02:06 asami Exp $
|
1996-04-17 09:01:09 +02:00
|
|
|
#
|
|
|
|
|
1997-06-23 09:35:20 +02:00
|
|
|
DISTNAME= gv-3.5.8
|
1996-11-12 08:06:32 +01:00
|
|
|
CATEGORIES= print
|
1997-03-28 11:49:55 +01:00
|
|
|
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
|
1996-04-17 09:01:09 +02:00
|
|
|
|
1997-06-10 13:10:11 +02:00
|
|
|
MAINTAINER= ports@freebsd.org
|
1996-04-17 09:01:09 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
|
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
|
1997-01-14 10:13:16 +01:00
|
|
|
post-install:
|
1997-06-10 13:10:11 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@(cd ${WRKSRC}; ${MAKE} install.doc)
|
|
|
|
.endif
|
1997-01-14 10:13:16 +01:00
|
|
|
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
1996-04-17 09:01:09 +02:00
|
|
|
|
1997-01-14 10:13:16 +01:00
|
|
|
.include <bsd.port.mk>
|