blob: df2e41fbdcf3a44ec980166624cc0d812a4762c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: gv
# Version required: gv-3.4.12
# Date created: 16 Apr 1996
# Whom: tg@freebsd.org
#
# $Id: Makefile,v 1.11 1997/05/29 07:21:19 asami Exp $
#
DISTNAME= gv-3.4.12
CATEGORIES= print
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
MAINTAINER= tg@freebsd.org
LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
USE_IMAKE= yes
post-install:
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
|