mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
473 B
Makefile
24 lines
473 B
Makefile
# 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>
|