o Update maintainer email address
o Add extra documentation o Support NOPORTDOCS o Fix BUILD_DEPENDS while here PR: 29236 Submitted by: MAINTAINER
This commit is contained in:
parent
f526758ef6
commit
91f190ead0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45930
3 changed files with 23 additions and 3 deletions
|
@ -10,12 +10,14 @@ PORTVERSION= 1.4
|
|||
CATEGORIES= news
|
||||
MASTER_SITES= ftp://ftp.kvaleberg.com/pub/
|
||||
|
||||
MAINTAINER= tthomas@mail.dotcom.fr
|
||||
MAINTAINER= thierry@thomas.as
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn:${hdr_dir}
|
||||
BUILD_DEPENDS= ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn
|
||||
|
||||
hdr_dir= ${LOCALBASE}/news/include
|
||||
|
||||
DOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO
|
||||
|
||||
post-extract:
|
||||
@${ECHO} "*********************************************************"
|
||||
@${ECHO} "If this step fails, then you probably don't have made inn"
|
||||
|
@ -42,6 +44,15 @@ post-configure:
|
|||
@${PERL} -pi -e "s:^LIBS = :LIBS = -L${LOCALBASE}/news/lib -linn:g" \
|
||||
${WRKSRC}/test/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for FILE in ${DOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
||||
.endfor
|
||||
@${ECHO} "Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
#GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
|
||||
|
|
|
@ -14,4 +14,4 @@ administrative burden should be minimized.
|
|||
|
||||
WWW: http://www.kvaleberg.com/newsx.html
|
||||
|
||||
- Thierry Thomas <tthomas@mail.dotcom.fr>
|
||||
- Thierry Thomas <thierry@thomas.as>
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
bin/newsx
|
||||
bin/newsq
|
||||
bin/testfilter
|
||||
%%PORTDOCS%%share/doc/newsx/AUTHORS
|
||||
%%PORTDOCS%%share/doc/newsx/COPYING
|
||||
%%PORTDOCS%%share/doc/newsx/ChangeLog
|
||||
%%PORTDOCS%%share/doc/newsx/FAQ
|
||||
%%PORTDOCS%%share/doc/newsx/INSTALL
|
||||
%%PORTDOCS%%share/doc/newsx/NEWS
|
||||
%%PORTDOCS%%share/doc/newsx/README
|
||||
%%PORTDOCS%%share/doc/newsx/TODO
|
||||
%%PORTDOCS%%@dirrm share/doc/newsx
|
||||
@dirrm news/spool/inhosts
|
||||
@dirrm news/spool
|
||||
@dirrm news
|
||||
|
|
Loading…
Reference in a new issue