summaryrefslogtreecommitdiff
path: root/cad/pcb/Makefile
blob: 610148b564bfebed591eda9a31138c6b7442968f (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
# New ports collection makefile for:	PCB
# Version required:	1.7
# Date created:		19 October 1994
# Whom:			mr
#
# $FreeBSD$
#

DISTNAME=	pcb-1.7
CATEGORIES=	cad
MASTER_SITES=	ftp://ftp.netlab.is.tsukuba.ac.jp/pub/linux/Plamo/Plamo-current/contrib/Electronic/sources/

MAINTAINER=	jseger@FreeBSD.org

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

USE_IMAKE=	yes
MAN1=		pcb.1
MANCOMPRESSED=	yes

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

.include <bsd.port.mk>