blob: 85bd8afa711b9a9fe72413ccdb887ba217d03737 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: gnetcat
# Date created: 10 January 2004
# Whom: liamfoy@sepulcrum.org
#
# $FreeBSD$
#
PORTNAME= gnetcat
PORTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netcat
DISTNAME= netcat-0.7.1
MAINTAINER= liamfoy@sepulcrum.org
COMMENT= GPL'ed re-write of the well known networking tool netcat
USE_ICONV= yes
USE_GETOPT_LONG= yes
USE_GETTEXT= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
INFO= gnetcat
MAN1= gnetcat.1
MANCOMPRESSED= no
PLIST_FILES= bin/gnetcat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/netcat ${PREFIX}/bin/gnetcat
${INSTALL_MAN} ${WRKSRC}/doc/netcat.1 ${PREFIX}/man/man1/gnetcat.1
${INSTALL_DATA} ${WRKSRC}/doc/netcat.info ${PREFIX}/info/gnetcat.info
.include <bsd.port.mk>
|