aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnetcat/Makefile
blob: 77d88874fae59de5bdbdfa919c54cea5337dc67d (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
# New ports collection makefile for:    gnetcat
# Date created:     10 January 2004
# Whom:         liamfoy@sepulcrum.org
#
# $FreeBSD$
#

PORTNAME=   gnetcat
PORTVERSION=    0.7.1
PORTREVISION=   3
CATEGORIES= net
MASTER_SITES=   SF/netcat/netcat/${PORTVERSION}
DISTNAME=   netcat-0.7.1

MAINTAINER= ports@FreeBSD.org
COMMENT=    GPL'ed re-write of the well known networking tool netcat

USE_ICONV=  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>