1998-12-12 03:40:04 +00:00
|
|
|
# New ports collection makefile for: fidogate
|
|
|
|
# Date created: 02 Dez 1997
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
1999-08-30 14:33:04 +00:00
|
|
|
# $FreeBSD$
|
1998-12-12 03:40:04 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 17:33:32 +00:00
|
|
|
PORTNAME= fidogate
|
2000-04-17 23:47:44 +00:00
|
|
|
PORTVERSION= 4.4.1
|
|
|
|
CATEGORIES= news mail
|
|
|
|
MASTER_SITES= ftp://ftp.fido.de/pub/fidogate/ \
|
2000-01-24 05:53:40 +00:00
|
|
|
ftp://ftp.gwdg.de/pub/linux/fido/fidogate/ \
|
2000-04-17 23:47:44 +00:00
|
|
|
ftp://ftp.fu-berlin.de/unix/news/fidogate/ \
|
|
|
|
${MASTER_SITE_SUNSITE}
|
2000-02-20 15:58:52 +00:00
|
|
|
MASTER_SITE_SUBDIR= system/fido
|
1998-12-12 03:40:04 +00:00
|
|
|
|
1998-12-24 13:03:51 +00:00
|
|
|
MAINTAINER= dirk.meyer@dinoex.sub.org
|
1998-12-12 03:40:04 +00:00
|
|
|
|
|
|
|
# you may commet out this line if you have another transfer-agent
|
1999-10-27 09:43:58 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libexec/ifmail/ifcico:${PORTSDIR}/news/ifmail
|
1998-12-12 03:40:04 +00:00
|
|
|
|
1999-04-23 11:36:51 +00:00
|
|
|
.if defined(PARALLEL_PACKAGE_BUILD)
|
|
|
|
FORBIDDEN= indefinite hang
|
|
|
|
.endif
|
|
|
|
|
1998-12-24 13:03:51 +00:00
|
|
|
USE_GMAKE= yes
|
2000-01-24 05:53:40 +00:00
|
|
|
USE_PERL5= yes
|
1998-12-12 03:40:04 +00:00
|
|
|
|
2000-03-08 16:47:09 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 300000
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/patch-perl
|
|
|
|
.endif
|
|
|
|
|
1999-01-18 02:35:15 +00:00
|
|
|
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
|
|
|
|
|
1998-12-12 03:40:04 +00:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/libexec/fidogate
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/fidogate/html
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/fidogate/info
|
1999-01-18 02:35:15 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/doc/fidogate/fido
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/fidogate/howto
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/fidogate/misc
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/fidogate/gatebau
|
|
|
|
|
2000-04-17 23:47:44 +00:00
|
|
|
DOCLIST= \
|
1999-01-18 02:35:15 +00:00
|
|
|
fidogate.texi fidogate.txt \
|
|
|
|
gatebau94.txt kludge-rfc.doc msgid.doc \
|
|
|
|
qmail.txt texinfo.tex \
|
2000-01-24 05:53:40 +00:00
|
|
|
dirs.html index.html template.html \
|
1999-01-18 02:35:15 +00:00
|
|
|
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
|
1998-12-12 03:40:04 +00:00
|
|
|
|
2000-03-08 16:47:09 +00:00
|
|
|
.include <bsd.port.post.mk>
|