freebsd-ports/net/gnetcat/Makefile
Kirill Ponomarev c65d806dc3 - Fix missing dependencies
- Fix WWW:

PR:		ports/64781
Submitted by:	maintainer
2004-03-26 23:38:52 +00:00

36 lines
791 B
Makefile

# 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>