1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/print/gv/Makefile

24 lines
473 B
Makefile
Raw Normal View History

# New ports collection makefile for: gv
1997-03-27 07:43:10 +00:00
# Version required: gv-2.9.4
# Date created: 16 Apr 1996
1997-03-27 07:43:10 +00:00
# Whom: tg@freebsd.org
#
1997-03-27 07:43:10 +00:00
# $Id: Makefile,v 1.5 1997/01/14 09:13:13 asami Exp $
#
1997-03-27 07:43:10 +00:00
DISTNAME= gv-2.9.4
1996-11-12 07:06:32 +00:00
CATEGORIES= print
1997-03-27 07:43:10 +00:00
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>