- Update MASTER_SITES and WWW: line

- Utilize NOPORTDOCS

PR:		ports/64047
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-03-10 14:24:04 +00:00
parent d9315a3b14
commit 0991fd4d0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103531
4 changed files with 23 additions and 27 deletions

View File

@ -8,40 +8,41 @@
PORTNAME= pcal
PORTVERSION= 4.7.1
CATEGORIES= print
MASTER_SITES= http://www.sunpoint.net/~pcal/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= PostScript calendar program
WWWSERVER!= hostname
USE_REINPLACE= yes
MAKE_ENV= CC="${CC}" HOST_CC="${CC}" PAPERSIZE="${PAPERSIZE}"
ALL_TARGET= pcal
MAN1= pcal.1
PLIST_FILES= bin/pcal libexec/pcal.cgi
PORTDOCS= ReadMe pcal.html pcalw.html
WWWSERVER!= hostname
.include <bsd.port.pre.mk>
MAKE_ENV+= PAPERSIZE="${PAPERSIZE}"
MAKE_ENV+= CC="${CC}" HOST_CC="${CC}"
ALL_TARGET= pcal
pre-install:
${MV} ${WRKSRC}/pcal.cgi ${WRKSRC}/pcal.cgi.tmp
${SED} -e 's|@@PREFIX@@|${PREFIX}|' \
< ${WRKSRC}/pcal.cgi.tmp > ${WRKSRC}/pcal.cgi
${MV} ${WRKSRC}/pcal.html ${WRKSRC}/pcal.html.tmp
${SED} -e 's|@@WWWSERVER@@|${WWWSERVER}|' \
< ${WRKSRC}/pcal.html.tmp > ${WRKSRC}/pcal.html
${MV} ${WRKSRC}/pcalw.html ${WRKSRC}/pcalw.html.tmp
${SED} -e 's|@@WWWSERVER@@|${WWWSERVER}|' \
< ${WRKSRC}/pcalw.html.tmp > ${WRKSRC}/pcalw.html
post-patch:
@${REINPLACE_CMD} -e \
's|@@PREFIX@@|${PREFIX}|g' ${WRKSRC}/pcal.cgi
@${REINPLACE_CMD} -e \
's|@@WWWSERVER@@|${WWWSERVER}|g' ${WRKSRC}/pcal.html
@${REINPLACE_CMD} -e \
's|@@WWWSERVER@@|${WWWSERVER}|g' ${WRKSRC}/pcalw.html
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pcal ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/pcal.cgi ${PREFIX}/libexec
${INSTALL_MAN} ${WRKSRC}/pcal.man ${PREFIX}/man/man1/pcal.1
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/pcal.man ${MANPREFIX}/man/man1/pcal.1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ReadMe ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/pcal.html ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/pcalw.html ${DOCSDIR}
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1,2 @@
MD5 (pcal-4.7.1.tar.gz) = 85314da2c4616d40a59c80fc4ee807a0
MD5 (pcal-4.7.1.tar.gz) = 07d8e3b92affc4940c4401d9a8274075
SIZE (pcal-4.7.1.tar.gz) = 291594

View File

@ -3,7 +3,7 @@ year. By default, it looks for a file in the home directory named
"calendar" for entries with leading dates matching dates on the
calendar, and prints any following text under the appropriate day.
WWW: http://fronzek.akshor.com/pcal/
WWW: http://pcal.sourceforge.net/
--
mwest@uct.ac.za

View File

@ -1,6 +0,0 @@
bin/pcal
libexec/pcal.cgi
share/doc/pcal/ReadMe
share/doc/pcal/pcal.html
share/doc/pcal/pcalw.html
@dirrm share/doc/pcal