1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/print/gv/Makefile
Thomas Gellekum d057a2d5a9 Upgrade to 3.5.3.
PR:		3832
Submitted by:	Brian Handy <handy@lambic.space.lockheed.com>

Remove myself as maintainer.
1997-06-10 11:10:11 +00:00

29 lines
548 B
Makefile

# New ports collection makefile for: gv
# Version required: gv-3.5.3
# Date created: 16 Apr 1996
# Whom: tg@freebsd.org
#
# $Id: Makefile,v 1.12 1997/06/07 07:40:43 max Exp $
#
DISTNAME= gv-3.5.3
CATEGORIES= print
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
MAINTAINER= ports@freebsd.org
LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
USE_IMAKE= yes
USE_X11= yes
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}; ${MAKE} install.doc)
.endif
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>