mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1ac8ea2a1c
Submitted by: janek@gaja.ipan.lublin.pl
24 lines
548 B
Makefile
24 lines
548 B
Makefile
# New ports collection makefile for: PCB
|
|
# Version required: 1.4.0
|
|
# Date created: 19 October 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.10 1995/04/16 10:07:38 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 \
|
|
/usr/local/bin/flex:${PORTSDIR}/devel/flex
|
|
# note we can't say "${PREFIX}/bin/flex" because this is an X port
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|