freebsd-ports/net/bing/Makefile
Pierre Beyssac 17cd465229 Change ftp.ibp.fr to ftp.lip6.fr in the archive URL.
Submitted by:	Philippe Regnauld <regnauld@deepo.prosa.dk>
1998-07-31 19:45:57 +00:00

24 lines
482 B
Makefile

# New ports collection makefile for: bing
# Version required: 1.0.4
# Date created: 28 December 1996
# Whom: jseger@scds.com
#
# $Id: Makefile,v 1.2 1997/10/13 09:14:49 tg Exp $
#
DISTNAME= bing-1.0.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.lip6.fr/pub/networking/
MAINTAINER= jseger@freebsd.org
MAN8= bing.8
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/bing
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bing
.endif
.include <bsd.port.mk>