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