openbsd-ports/print/gv/Makefile
1997-12-03 05:59:58 +00:00

26 lines
543 B
Makefile

# OpenBSD makefile for: gv
# Version required: gv-3.5.8
# Date created: December 2, 1997
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/03 05:59:58 angelos Exp $
#
DISTNAME= gv-3.5.8
CATEGORIES= print
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/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>