1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/cad/pcb/Makefile
Masafumi Max NAKANE f99a99213b Remove unnecessary EXTRACT_SUFX.
RUN_DEPENDS better reflects the reality instead of BUILD_DEPENDS.
Install doc files into ${LOCALBASE}/share/doc/pcb.
PR:		3689
Suggested by:	mita@jp.freebsd.org

While at it,
List the man page and define MANCOMPRESSED.
1997-05-30 20:38:25 +00:00

28 lines
578 B
Makefile

# New ports collection makefile for: PCB
# Version required: 1.4.0
# Date created: 19 October 1994
# Whom: mr
#
# $Id: Makefile,v 1.15 1996/11/15 23:30:59 obrien Exp $
#
DISTNAME= pcb-1.4.0
CATEGORIES= cad
MASTER_SITES= ftp://ftp.uni-ulm.de/pub/pcb/1.4/
MAINTAINER= janek@gaja.ipan.lublin.pl
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_IMAKE= yes
MAN1= pcb.1
MANCOMPRESSED= yes
DOCDIR= ${LOCALBASE}/share/doc/pcb
post-install:
@${MKDIR} ${DOCDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR}
@${INSTALL_DATA} ${WRKSRC}/README_FILES/* ${DOCDIR}
.include <bsd.port.mk>