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