1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/netcat/trunk/Makefile

Revision 15051, 392 bytes (checked in by dmichelsen, 11 months ago)

netcat: Initial commit

  • Property svn:keywords set to Id
Line 
1# $Id$
2# TODO (release-critical prefixed with !, non release-critical with *)
3#
4NAME = netcat
5VERSION = 0.7.1
6GARTYPE = v2
7CATEGORIES = utils
8
9DESCRIPTION = GNU netcat, a network debugging utility
10define BLURB
11endef
12
13MASTER_SITES = $(SF_MIRROR)
14DISTFILES  = $(DISTNAME).tar.bz2
15
16VENDOR_URL = http://netcat.sourceforge.net/
17
18RUNTIME_DEP_PKGS_CSWnetcat += CSWlibintl8
19
20include gar/category.mk
21
Note: See TracBrowser for help on using the browser.