blob: 34dc306c52e1cd6a8fe9dcd5f7dbdb83e3a39814 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: PCB
# Version required: 1.4.0
# Date created: 19 October 1994
# Whom: mr
#
# $Id: Makefile,v 1.11 1996/03/25 08:30:42 asami Exp $
#
DISTNAME= pcb-1.4.0
CATEGORIES+= cad
MASTER_SITES= ftp://ftp.uni-ulm.de/pub/pcb/1.4/
EXTRACT_SUFX= .tar.gz
MAINTAINER= janek@gaja.ipan.lublin.pl
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
bison:${PORTSDIR}/devel/bison \
${LOCALBASE}/bin/flex:${PORTSDIR}/devel/flex
USE_IMAKE= yes
.include <bsd.port.mk>
|