blob: 581c91d9f1e17373f5ca0a5f60e7ce14fc2fcb37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: PCB
# Version required: 1.4.0
# Date created: 19 October 1994
# Whom: mr
#
# $Id: Makefile,v 1.12 1996/04/09 07:16:52 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 \
${LOCALBASE}/bin/flex:${PORTSDIR}/devel/flex
USE_IMAKE= yes
.include <bsd.port.mk>
|