diff options
author | Patrick S. Gardella <patrick@FreeBSD.org> | 2004-02-07 22:21:21 +0000 |
---|---|---|
committer | Patrick S. Gardella <patrick@FreeBSD.org> | 2004-02-07 22:21:21 +0000 |
commit | 92e327cd209a507c29865643abbf45a43e471212 (patch) | |
tree | 628f519946d3766d04a197833b7ddea6559f590d /comms | |
parent | Create a new port for xclass. This is not xclasses. (diff) |
Create a new port for xtt516, a GUI for controlling the TenTec 516 ham radio
Notes
Notes:
svn path=/head/; revision=100298
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/xtt516/Makefile | 25 | ||||
-rw-r--r-- | comms/xtt516/distinfo | 2 | ||||
-rw-r--r-- | comms/xtt516/pkg-descr | 3 | ||||
-rw-r--r-- | comms/xtt516/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 79419ccd4175..27458ba5325e 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -71,6 +71,7 @@ SUBDIR += wy60 SUBDIR += xcept SUBDIR += xlog + SUBDIR += xtt516 SUBDIR += yaps SUBDIR += yawmppp SUBDIR += zmtx-zmrx diff --git a/comms/xtt516/Makefile b/comms/xtt516/Makefile new file mode 100644 index 000000000000..d59abf35f4f5 --- /dev/null +++ b/comms/xtt516/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xtt516 +# Date created: 4 February 2004 +# Whom: Patrick Gardella (patrick@freebsd.org) +# +# $FreeBSD$ +# + +PORTNAME= xtt516 +PORTVERSION= 0.1 +CATEGORIES= comms +MASTER_SITES= http://www.tux.org/~bball/tt516/ +DISTNAME= xtt516-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= patrick@freebsd.org +COMMENT= GUI for TenTec Argonaut V + +LIB_DEPENDS= xclass.0:${PORTSDIR}/x11-toolkits/xclass + +WRKSRC= ${WRKDIR}/xtt516 + +USE_GMAKE= true +USE_X_PREFIX= true + +.include <bsd.port.mk> diff --git a/comms/xtt516/distinfo b/comms/xtt516/distinfo new file mode 100644 index 000000000000..8944a818c515 --- /dev/null +++ b/comms/xtt516/distinfo @@ -0,0 +1,2 @@ +MD5 (xtt516-0.1.tgz) = 991e6b61915b09fcb86cc430681572ee +SIZE (xtt516-0.1.tgz) = 58385 diff --git a/comms/xtt516/pkg-descr b/comms/xtt516/pkg-descr new file mode 100644 index 000000000000..82ababd96000 --- /dev/null +++ b/comms/xtt516/pkg-descr @@ -0,0 +1,3 @@ +Graphical PC control of the Ten Tec Argonaut V amateur transceiver + +WWW: http://www.tux.org/~bball/tt516/ diff --git a/comms/xtt516/pkg-plist b/comms/xtt516/pkg-plist new file mode 100644 index 000000000000..c32dcd554479 --- /dev/null +++ b/comms/xtt516/pkg-plist @@ -0,0 +1 @@ +bin/xtt516 |