bca703ead3
PR: ports/9181 Submitted by: dirk.meyer@dinoex.sub.org
30 lines
775 B
Makefile
30 lines
775 B
Makefile
# New ports collection makefile for: fidogate
|
|
# Version required: fidogate-4.2.9
|
|
# Date created: 02 Dez 1997
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/12/12 03:40:04 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= fidogate-4.2.9
|
|
CATEGORIES= news
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
ftp://ftp.dinoex.sub.org/pub/approved/
|
|
MASTER_SITE_SUBDIR= system/fido
|
|
|
|
MAINTAINER= dirk.meyer@dinoex.sub.org
|
|
|
|
# you may commet out this line if you have another transfer-agent
|
|
RUN_DEPENDS= ${PREFIX}/libexec/ifmail/ifcico:${PORTSDIR}/news/ifmail
|
|
|
|
USE_GMAKE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/fidogate
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/libexec/fidogate
|
|
${MKDIR} ${PREFIX}/share/doc/fidogate/html
|
|
${MKDIR} ${PREFIX}/share/doc/fidogate/info
|
|
|
|
.include <bsd.port.mk>
|