- remove unnecessary comments from the top of the Makefile

- new style shared lib dependency check
This commit is contained in:
brad 1999-09-06 23:09:40 +00:00
parent 4e32901245
commit ef1b4d6e64

View File

@ -1,28 +1,20 @@
# OpenBSD makefile for: gv
# Version required: gv-3.5.8
# Date created: December 2, 1997
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.4 1999/07/27 21:32:54 espie Exp $
#
# $OpenBSD: Makefile,v 1.5 1999/09/06 23:09:40 brad Exp $
DISTNAME= gv-3.5.8
CATEGORIES= print
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
# otherwise, package dependencies will be wrong
NEED_VERSION=1.88
NEED_VERSION= 1.88
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
LIB_DEPENDS= Xaw3d.6.1:${PORTSDIR}/x11/Xaw3d
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
USE_IMAKE= yes
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}; ${MAKE} install.doc)
.endif
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>