1994-10-25 00:08:31 +00:00
|
|
|
# New ports collection makefile for: PCB
|
1998-06-03 06:47:42 +00:00
|
|
|
# Version required: 1.6.3
|
1994-10-25 00:08:31 +00:00
|
|
|
# Date created: 19 October 1994
|
|
|
|
# Whom: mr
|
|
|
|
#
|
1998-06-03 06:47:42 +00:00
|
|
|
# $Id: Makefile,v 1.17 1998/01/29 14:43:45 jseger Exp $
|
1994-10-25 00:08:31 +00:00
|
|
|
#
|
|
|
|
|
1998-06-03 06:47:42 +00:00
|
|
|
DISTNAME= pcb-1.6.3
|
1996-11-15 23:31:01 +00:00
|
|
|
CATEGORIES= cad
|
1998-06-03 06:47:42 +00:00
|
|
|
MASTER_SITES= ftp://ftp.linuxppc.org/users/harry/PCB/
|
1998-01-29 14:43:50 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1995-04-11 20:13:02 +00:00
|
|
|
|
1998-01-29 14:43:50 +00:00
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
1996-03-25 08:30:53 +00:00
|
|
|
|
1998-01-29 14:43:50 +00:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
|
|
|
texindex:${PORTSDIR}/print/teTeX
|
1995-04-11 20:13:02 +00:00
|
|
|
|
1995-04-16 10:07:38 +00:00
|
|
|
USE_IMAKE= yes
|
1997-05-30 20:38:25 +00:00
|
|
|
MAN1= pcb.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
1998-01-29 14:43:50 +00:00
|
|
|
pre-install:
|
|
|
|
@${CP} ${WRKSRC}/doc/pcb.man ${WRKSRC}/src
|
1994-10-25 00:08:31 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|