diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-12-22 02:26:42 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-12-22 02:26:42 +0000 |
commit | 0a5101fcfa4792e20cacb06f31af5129277e66fd (patch) | |
tree | 445e176b768abf8c8a5f8671e711c37ce55b3c20 /comms/nec2c/Makefile | |
parent | b75addabbb7919970ef1ccd91452605b9b6aada1 (diff) |
Notes
Diffstat (limited to 'comms/nec2c/Makefile')
-rw-r--r-- | comms/nec2c/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/comms/nec2c/Makefile b/comms/nec2c/Makefile index 091838f5a3c8..e2fd0c4d4c99 100644 --- a/comms/nec2c/Makefile +++ b/comms/nec2c/Makefile @@ -3,13 +3,16 @@ # Whom: db # # $FreeBSD$ - +# http://5b4az.chronos.org.uk/pkg/nec2/nec2c/nec2c-0.6.tar.gz +# http://ftp-mirror.internap.com/pub/FreeBSD/distfiles/nec2c/nec2c.tar.gz +# http://ftp.cerias.purdue.edu/pub/os/FreeBSD/distfiles/nec2c/nec2c.tar.gz +# PORTNAME= nec2c PORTVERSION= .9 CATEGORIES= comms hamradio -MASTER_SITES= http://www.si-list.org/NEC_Archives/ +MASTER_SITES= http://ftp-mirror.internap.com/pub/FreeBSD/distfiles/nec2c/ \ + http://ftp.cerias.purdue.edu/pub/os/FreeBSD/distfiles/nec2c/ DISTNAME= nec2c -DIST_SUBDIR= ${PORTNAME} MAINTAINER= db@db.net COMMENT= Used to calculate antenna patterns useful to ham radio |