blob: 651aec40456c999d1441793f6af9a7e413661e64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.6 2000/08/08 07:39:24 rh Exp $
# FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp
#
DISTNAME= pcb-1.6.3
CATEGORIES= cad
MASTER_SITES= ftp://ftp.linuxppc.org/pub/linuxppc/users/harry/PCB/ \
ftp://ftp.uni-ulm.de/pub/pcb/mirror/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
DEPENDS+= m4-1.4:../../devel/m4
.if make(install-run-depends)
DEPENDS+= teTeX>=1.0.7:../../print/teTeX
.endif
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"
|