aboutsummaryrefslogtreecommitdiffstats
path: root/cad/pcb/Makefile
blob: f6011b6a528b2d26bd0017a8a597c1a6f5e3881d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    PCB
# Version required: 1.5.5 beta
# Date created:     19 October 1994
# Whom:         mr
#
# $Id: Makefile,v 1.16 1997/05/30 20:38:25 max Exp $
#

DISTNAME=   pcb-1.5.5.BETA
PKGNAME=    pcb-1.5.5
CATEGORIES= cad
MASTER_SITES=   ftp://ftp.uni-ulm.de/pub/pcb/1.5/
EXTRACT_SUFX=   .tgz

MAINTAINER= jseger@FreeBSD.org

BUILD_DEPENDS=  gm4:${PORTSDIR}/devel/m4 \
        texindex:${PORTSDIR}/print/teTeX

USE_IMAKE=  yes
MAN1=       pcb.1
MANCOMPRESSED=  yes

pre-install:
    @${CP} ${WRKSRC}/doc/pcb.man ${WRKSRC}/src

.include <bsd.port.mk>