1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/cad/pcb/Makefile

28 lines
474 B
Makefile
Raw Normal View History

# New ports collection makefile for: PCB
1998-06-03 06:47:42 +00:00
# Version required: 1.6.3
# Date created: 19 October 1994
# Whom: mr
#
1999-08-25 04:58:03 +00:00
# $FreeBSD$
#
1998-06-03 06:47:42 +00:00
DISTNAME= pcb-1.6.3
CATEGORIES= cad
1998-10-31 18:05:31 +00:00
MASTER_SITES= ftp://ftp.linuxppc.org/pub/linuxppc/users/harry/PCB/
EXTRACT_SUFX= .tgz
MAINTAINER= jseger@FreeBSD.org
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
BROKEN= texindex
USE_IMAKE= yes
MAN1= pcb.1
MANCOMPRESSED= yes
pre-install:
@${CP} ${WRKSRC}/doc/pcb.man ${WRKSRC}/src
.include <bsd.port.mk>