summaryrefslogblamecommitdiff
path: root/cad/pcb/Makefile
blob: 0c671965647b05b9a98ca5daab99dfe299aca140 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                           
                             


                                       
           

 
                         
                   
                                                                    
                    
 
                                  
 

                                                
 
                   

                     
 

                                                  

                      
# New ports collection makefile for:	PCB
# Version required:	1.6.3
# Date created:		19 October 1994
# Whom:			mr
#
# $FreeBSD$
#

DISTNAME=	pcb-1.6.3
CATEGORIES=	cad
MASTER_SITES=	ftp://ftp.linuxppc.org/pub/linuxppc/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>