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.
This commit is contained in:
parent
f077c7ddc8
commit
f99a99213b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6649
1 changed files with 10 additions and 3 deletions
|
@ -3,18 +3,25 @@
|
|||
# Date created: 19 October 1994
|
||||
# Whom: mr
|
||||
#
|
||||
# $Id: Makefile,v 1.14 1996/09/21 09:53:07 asami Exp $
|
||||
# $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/
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
|
||||
MAINTAINER= janek@gaja.ipan.lublin.pl
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue