1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/gv/Makefile

26 lines
530 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 07:43:10 +00:00
# Whom: tg@freebsd.org
#
1997-07-13 18:49:31 +00:00
# $Id: Makefile,v 1.15 1997/06/23 07:35:15 tg Exp $
#
DISTNAME= gv-3.5.8
1996-11-12 07:06:32 +00:00
CATEGORIES= print
1997-03-28 10:49:55 +00: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
1997-07-13 18:49:31 +00:00
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>