freebsd-ports/print/gv/Makefile

26 lines
535 B
Makefile
Raw Normal View History

# New ports collection makefile for: gv
# Version required: gv-3.5.8
# Date created: 16 Apr 1996
1997-03-27 08:43:10 +01:00
# Whom: tg@freebsd.org
#
# $Id: Makefile,v 1.14 1997/06/11 05:02:06 asami Exp $
#
DISTNAME= gv-3.5.8
1996-11-12 08:06:32 +01:00
CATEGORIES= print
1997-03-28 11:49:55 +01:00
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
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}; ${MAKE} install.doc)
.endif
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>