summaryrefslogtreecommitdiff
path: root/net/netcat-openbsd/Makefile
blob: 8e989c60684ebb3f4cbc7bb8bb82acca0d75eff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.1 2014/01/12 15:06:37 mspo Exp $
#

PKGNAME=	netcat-openbsd-1
CATEGORIES=	net
DISTNAME=	msporleder-netcat-openbsd-126d9bb
MASTER_SITES=	-https://codeload.github.com/msporleder/netcat-openbsd/legacy.tar.gz/126d9bb
FETCH_USING=	curl
#FETCH_OUTPUT_ARGS=	${DISTNAME}
LICENSE=		modified-bsd

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.openbsd.org/
COMMENT=	Arbitrary TCP and UDP connections and listens
CONFLICTS=	netcat-[0-9]*

NO_CONFIGURE=	yes

.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"