mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
a7e780e5af
an ELF world.
26 lines
537 B
Makefile
26 lines
537 B
Makefile
# New ports collection makefile for: gv
|
|
# Version required: gv-3.5.8
|
|
# Date created: 16 Apr 1996
|
|
# Whom: tg@freebsd.org
|
|
#
|
|
# $Id: Makefile,v 1.17 1998/08/07 23:56:46 asami Exp $
|
|
#
|
|
|
|
DISTNAME= gv-3.5.8
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@(cd ${WRKSRC}; ${MAKE} install.doc)
|
|
.endif
|
|
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|