blob: 97fa29048381be1a1eba0d9b6a487f2662236e85 (
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.3
# Date created: 16 Apr 1996
# Whom: tg@freebsd.org
#
# $Id: Makefile,v 1.10 1997/04/18 10:09:56 asami Exp $
#
DISTNAME= gv-3.4.3
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>
|