1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/cad/pcb/Makefile
Kris Kennaway 02c01ad2fc Remove dependency on texi2html port; a different version of
texi2html is included in the teTeX port, which is already a dependency.

Thus, during a port build the teTeX port will be installed first, which
automatically satisfies the dependency check for texi2html, so the latter
port is never installed; however during a package build the full set of
packages are added, so we end up with the texi2html binary from the
texi2html port overwriting that from teTeX, which is incompatible and
causes the build to fail.
2002-09-18 23:29:13 +00:00

34 lines
872 B
Makefile

# New ports collection makefile for: PCB
# Date created: 19 October 1994
# Whom: mr
#
# $FreeBSD$
#
PORTNAME= pcb
PORTVERSION= 1.7
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= ftp://ftp.riken.go.jp/pub/Linux/plamo/Plamo-1.4.x/contrib/Electronic/sources/ \
ftp://sunsite.tus.ac.jp/pub/archives/linux/jp-linux/plamo/Plamo-1.4.x/contrib/Electronic/sources/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
latex:${PORTSDIR}/print/teTeX
USE_IMAKE= yes
MAN1= pcb.1
pre-install:
-${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/doc && ${SETENV} PREFIX=${PREFIX} make install.info &&\
${INSTALL_DATA} index.html pcb.html pcb.ps refcard.ps ${DOCSDIR}
post-install:
install-info --section="Utilities" \
--entry="* PCB: (pcb). Interactive printed circuit board layout system for X11" \
${PREFIX}/info/pcb.info ${PREFIX}/info/dir
.include <bsd.port.mk>