1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/bing/Makefile

24 lines
430 B
Makefile
Raw Normal View History

# New ports collection makefile for: bing
# Date created: 28 December 1996
# Whom: jseger@scds.com
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= bing
PORTVERSION= 1.0.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.lip6.fr/pub/networking/
1997-10-13 09:14:53 +00:00
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>