blob: 68e74e3b1d3c2b16390bd3c459d91d313646510e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: ripe-whois
# Version required: 2.4
# Date created: 5th June 1997
# Whom: joe@uk.freebsd.org
#
# $FreeBSD$
#
DISTNAME= ripe-whois-tools-2.4
PKGNAME= ripetools-2.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.ripe.net/tools/
MAINTAINER= joe@uk.freebsd.org
NO_WRKSUBDIR= yes
MAN1= ripewhois.1
.include <bsd.port.mk>
|