From 8dba45a0e5e4b0fd3b8e048db34d71690489e81b Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 31 Aug 2000 14:55:29 +0000 Subject: remove depends on teTeX and add a patch to not run latex. Provide the docs as files instead of requiring the user to install one of our largest packages just to build them. Note, in the previous version of this pkg, the docs generated with latex weren't even being installed (!). --- cad/pcb/Makefile | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'cad/pcb/Makefile') diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 651aec40456..31a10a308be 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/08 07:39:24 rh Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/31 14:55:29 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp # @@ -9,12 +9,20 @@ MASTER_SITES= ftp://ftp.linuxppc.org/pub/linuxppc/users/harry/PCB/ \ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org +HOMEPAGE= http://bach.ece.jhu.edu/~haceaton/pcb/ DEPENDS+= m4-1.4:../../devel/m4 -.if make(install-run-depends) -DEPENDS+= teTeX>=1.0.7:../../print/teTeX -.endif USE_IMAKE= yes +INFO_FILES= pcb.info + +post-install: + ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/pcb/ + ${INSTALL_MAN} ${FILESDIR}/index.html ${PREFIX}/share/doc/pcb/ + ${INSTALL_MAN} ${FILESDIR}/pcb.html ${PREFIX}/share/doc/pcb/ + ${INSTALL_MAN} ${FILESDIR}/pcb.info ${PREFIX}/info/ + ${INSTALL_MAN} ${FILESDIR}/pcb.ps ${PREFIX}/share/doc/pcb/ + ${INSTALL_MAN} ${FILESDIR}/refcard.ps ${PREFIX}/share/doc/pcb/ + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3