mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
27 lines
523 B
Makefile
27 lines
523 B
Makefile
# New ports collection makefile for: PCB
|
|
# Version required: 1.6.3
|
|
# Date created: 19 October 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.17 1998/01/29 14:43:45 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= pcb-1.6.3
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://ftp.linuxppc.org/users/harry/PCB/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
|
texindex:${PORTSDIR}/print/teTeX
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= pcb.1
|
|
MANCOMPRESSED= yes
|
|
|
|
pre-install:
|
|
@${CP} ${WRKSRC}/doc/pcb.man ${WRKSRC}/src
|
|
|
|
.include <bsd.port.mk>
|