mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
582 B
Makefile
27 lines
582 B
Makefile
# New ports collection makefile for: PCB
|
|
# Date created: 19 October 1994
|
|
# Whom: mr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pcb
|
|
PORTVERSION= 1.7
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://ftp.riken.go.jp/pub/Linux/plamo/Plamo-1.4.x/contrib/Electronic/sources/ \
|
|
ftp://sunsite.sut.ac.jp/pub/archives/linux/jp-linux/plamo/Plamo-1.4.x/contrib/Electronic/sources/
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
|
latex:${PORTSDIR}/print/teTeX
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= pcb.1
|
|
MANCOMPRESSED= yes
|
|
|
|
pre-install:
|
|
@${CP} ${WRKSRC}/doc/pcb.man ${WRKSRC}/src
|
|
|
|
.include <bsd.port.mk>
|