openbsd-ports/print/gv/Makefile
1999-04-14 14:08:09 +00:00

34 lines
792 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.3 1999/04/14 14:08:09 espie 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
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
# work-around, 2.5 is buggy
package-depends:
@echo "png-1.0.3"
@echo "ghostscript-5.10"
@echo "Xaw3d-1.3"
PKG_ARGS= -v -c ${COMMENT} -d ${DESCR} -f ${PLIST} -p ${PREFIX} -P "`${MAKE} package-depends`"
USE_IMAKE= yes
post-install:
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}; ${MAKE} install.doc)
.endif
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>