freebsd-ports/news/fidogate/Makefile
Steve Price 4664184066 Update to version 4.3.6.
PR:		16300
Submitted by:	maintainer
2000-01-24 05:53:40 +00:00

65 lines
1.7 KiB
Makefile

# New ports collection makefile for: fidogate
# Version required: fidogate-4.3.6
# Date created: 02 Dez 1997
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
DISTNAME= fidogate-4.3.6
CATEGORIES= news
MASTER_SITES= ftp://ftp.fido.de/pub/fidogate/ \
ftp://ftp.gwdg.de/pub/linux/fido/fidogate/ \
ftp://ftp.fu-berlin.de/unix/news/fidogate/
MAINTAINER= dirk.meyer@dinoex.sub.org
# you may commet out this line if you have another transfer-agent
RUN_DEPENDS= ${LOCALBASE}/libexec/ifmail/ifcico:${PORTSDIR}/news/ifmail
.if defined(PARALLEL_PACKAGE_BUILD)
FORBIDDEN= indefinite hang
.endif
USE_GMAKE= yes
USE_PERL5= yes
pre-configure:
@${MV} ${WRKSRC}/config.make ${WRKSRC}/config.make.sed
@${SED} -e 's/\$${PREFIX}/${PREFIX:S/\//\\\//g}/g' \
< ${WRKSRC}/config.make.sed > ${WRKSRC}/config.make
pre-install:
${MKDIR} ${PREFIX}/libexec/fidogate
${MKDIR} ${PREFIX}/share/doc/fidogate/html
${MKDIR} ${PREFIX}/share/doc/fidogate/info
${MKDIR} ${PREFIX}/share/doc/fidogate/fido
${MKDIR} ${PREFIX}/share/doc/fidogate/howto
${MKDIR} ${PREFIX}/share/doc/fidogate/misc
${MKDIR} ${PREFIX}/share/doc/fidogate/gatebau
DOCLIST = \
fidogate.texi fidogate.txt \
gatebau94.txt kludge-rfc.doc msgid.doc \
qmail.txt texinfo.tex \
dirs.html index.html template.html \
fido \
howto \
misc \
rfc \
gatebau/msgid.sgml \
gatebau/msgid.tex \
gatebau/msgid.txt
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/fidogate
@cd ${WRKSRC}/doc; tar cf - ${DOCLIST} |\
(cd ${PREFIX}/share/doc/fidogate; tar xf -)
${MKDIR} ${PREFIX}/share/examples/fidogate
@cd ${WRKSRC}/examples; tar cf - . |\
(cd ${PREFIX}/share/examples/fidogate; tar xf -)
.endif
.include <bsd.port.mk>