freebsd-ports/cad/pcb/Makefile
Satoshi Asami 54f7339e5f This port doesn't build because texindex is missing. Note that.
(Take out BUILD_DEPENDS=texindex:${PORTSDIR}/print/teTeX, teTeX doesn't
include texindex anymore.)
1999-09-21 02:44:08 +00:00

27 lines
474 B
Makefile

# New ports collection makefile for: PCB
# Version required: 1.6.3
# Date created: 19 October 1994
# Whom: mr
#
# $FreeBSD$
#
DISTNAME= pcb-1.6.3
CATEGORIES= cad
MASTER_SITES= ftp://ftp.linuxppc.org/pub/linuxppc/users/harry/PCB/
EXTRACT_SUFX= .tgz
MAINTAINER= jseger@FreeBSD.org
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
BROKEN= texindex
USE_IMAKE= yes
MAN1= pcb.1
MANCOMPRESSED= yes
pre-install:
@${CP} ${WRKSRC}/doc/pcb.man ${WRKSRC}/src
.include <bsd.port.mk>