1994-10-25 01:08:31 +01:00
|
|
|
# New ports collection makefile for: PCB
|
|
|
|
# Date created: 19 October 1994
|
|
|
|
# Whom: mr
|
|
|
|
#
|
1999-08-25 06:58:03 +02:00
|
|
|
# $FreeBSD$
|
1994-10-25 01:08:31 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 01:24:42 +02:00
|
|
|
PORTNAME= pcb
|
2003-07-23 18:41:45 +02:00
|
|
|
PORTVERSION= 1.7.3
|
1996-11-16 00:31:01 +01:00
|
|
|
CATEGORIES= cad
|
2003-07-23 18:41:45 +02:00
|
|
|
MASTER_SITES= http://bach.ece.jhu.edu/~haceaton/pcb/
|
|
|
|
DISTNAME= ${PORTNAME}-wip
|
|
|
|
EXTRACT_SUFX= .tgz
|
1995-04-11 22:13:02 +02:00
|
|
|
|
2003-07-30 22:18:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= X11 interactive printed circuit board layout system
|
1996-03-25 09:30:53 +01:00
|
|
|
|
1999-10-26 11:02:48 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
2002-09-19 01:29:13 +02:00
|
|
|
latex:${PORTSDIR}/print/teTeX
|
1995-04-11 22:13:02 +02:00
|
|
|
|
2003-07-23 18:41:45 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
1995-04-16 12:07:38 +02:00
|
|
|
USE_IMAKE= yes
|
2003-07-23 18:41:45 +02:00
|
|
|
|
2001-11-24 19:02:02 +01:00
|
|
|
MAN1= pcb.1
|
1997-05-30 22:38:25 +02:00
|
|
|
|
1998-01-29 15:43:50 +01:00
|
|
|
pre-install:
|
2001-10-04 14:35:41 +02:00
|
|
|
-${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC}/doc && ${SETENV} PREFIX=${PREFIX} make install.info &&\
|
|
|
|
${INSTALL_DATA} index.html pcb.html pcb.ps refcard.ps ${DOCSDIR}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
install-info --section="Utilities" \
|
|
|
|
--entry="* PCB: (pcb). Interactive printed circuit board layout system for X11" \
|
|
|
|
${PREFIX}/info/pcb.info ${PREFIX}/info/dir
|
1994-10-25 01:08:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|