mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Update to version 0.6
PR: 40578 Submitted by: MAINTAINER
This commit is contained in:
parent
3b1ef13785
commit
a635fc0a08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62953
@ -6,24 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= distcc
|
||||
PORTVERSION= 0.5
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://ftp.samba.org/ftp/distcc/
|
||||
MASTER_SITES= http://distcc.samba.org/ftp/distcc/
|
||||
|
||||
MAINTAINER= frerich.raabe@gmx.de
|
||||
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||
BUILD_DEPENDS= ps2pdf:${PORTSDIR}/print/ghostscript-gnu
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${CPPFLAGS}" \
|
||||
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"
|
||||
|
||||
MAN1= distcc.1 distccd.1
|
||||
|
||||
DOC_FILES= distcc.pdf distcc.ps distcc.html \
|
||||
distccd.pdf distccd.ps distccd.html
|
||||
DOC_FILES= AUTHORS COPYING COPYING.FDL NEWS OLDNEWS README
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/src/distcc ${PREFIX}/bin
|
||||
@ -36,7 +33,7 @@ install-doc:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOC_FILES}
|
||||
@${INSTALL_MAN} ${WRKSRC}/man/${file} ${DOCSDIR}
|
||||
@${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (distcc-0.5.tar.gz) = e3c7054c2bd766b891b1ad9e779d3f7e
|
||||
MD5 (distcc-0.6.tar.gz) = 3bafb6e4af5045e0356ec4ec73793ba6
|
||||
|
@ -1,9 +1,9 @@
|
||||
bin/distcc
|
||||
sbin/distccd
|
||||
%%PORTDOCS%%share/doc/distcc/distcc.pdf
|
||||
%%PORTDOCS%%share/doc/distcc/distcc.ps
|
||||
%%PORTDOCS%%share/doc/distcc/distcc.html
|
||||
%%PORTDOCS%%share/doc/distcc/distccd.pdf
|
||||
%%PORTDOCS%%share/doc/distcc/distccd.ps
|
||||
%%PORTDOCS%%share/doc/distcc/distccd.html
|
||||
%%PORTDOCS%%share/doc/distcc/AUTHORS
|
||||
%%PORTDOCS%%share/doc/distcc/COPYING
|
||||
%%PORTDOCS%%share/doc/distcc/COPYING.FDL
|
||||
%%PORTDOCS%%share/doc/distcc/NEWS
|
||||
%%PORTDOCS%%share/doc/distcc/OLDNEWS
|
||||
%%PORTDOCS%%share/doc/distcc/README
|
||||
%%PORTDOCS%%@dirrm share/doc/distcc
|
||||
|
Loading…
x
Reference in New Issue
Block a user