|
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 | # |
|---|
| 4 | NAME = netcat |
|---|
| 5 | VERSION = 0.7.1 |
|---|
| 6 | GARTYPE = v2 |
|---|
| 7 | CATEGORIES = utils |
|---|
| 8 | |
|---|
| 9 | DESCRIPTION = GNU netcat, a network debugging utility |
|---|
| 10 | define BLURB |
|---|
| 11 | endef |
|---|
| 12 | |
|---|
| 13 | MASTER_SITES = $(SF_MIRROR) |
|---|
| 14 | DISTFILES = $(DISTNAME).tar.bz2 |
|---|
| 15 | |
|---|
| 16 | VENDOR_URL = http://netcat.sourceforge.net/ |
|---|
| 17 | |
|---|
| 18 | RUNTIME_DEP_PKGS_CSWnetcat += CSWlibintl8 |
|---|
| 19 | |
|---|
| 20 | include gar/category.mk |
|---|
| 21 | |
|---|