6b2b7689ff
XXX: We really need a supported way to list a specific package for XXX: build dependencies.
20 lines
482 B
Makefile
20 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.5 2000/08/07 10:58:59 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-bin>=1.0.7:../../print/teTeX-bin
|
|
.endif
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|