1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Add comms/qtpcr, software that controls the ICOM PCR-1000 Receiver.

PR:		ports/52319
Submitted by:	Sebastian Yepes <esn@x123.info>
This commit is contained in:
Mark Linimon 2003-12-12 05:22:45 +00:00
parent 9c66d150cf
commit 03bb01f488
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95642
5 changed files with 64 additions and 0 deletions

View File

@ -48,6 +48,7 @@
SUBDIR += py-serial
SUBDIR += qico
SUBDIR += qpage
SUBDIR += qtpcr
SUBDIR += ruby-serialport
SUBDIR += ruby-termios
SUBDIR += scmxx

51
comms/qtpcr/Makefile Normal file
View File

@ -0,0 +1,51 @@
# New ports collection makefile for: qtpcr
# Date created: 31 Jan 2003
# Whom: Sebastian Yepes <esn@x123.info>
#
# $FreeBSD$
#
PORTNAME= qtpcr
PORTVERSION= 1.1.3
CATEGORIES= comms
MASTER_SITES= http://www.physics.purdue.edu/~teepanis/qtpcr/
DISTNAME= qtpcr-${PORTVERSION}
MAINTAINER= esn@x123.info
COMMENT= Software that controls the ICOM PCR-1000 Receiver
WRKSRC= ${WRKDIR}/qtpcr-${PORTVERSION}/src
USE_X_PREFIX= yes
ALL_TARGET=
INSTALL_TARGET=
.if defined(WITH_QT23)
USE_QT_VER= 2
LIB_DEPENDS+= pthread:${PORTSDIR}/devel/pth
MAKE_ENV= INCPATH=-I${X11BASE}/include/qt2 MOC=moc2 LIBS="-lqt2-mt -L${X11BASE}/lib -lpthread -L${LOCALBASE}/lib/pth"
.else
USE_QT_VER= 3
LIB_DEPENDS+= pthread:${PORTSDIR}/devel/pth
MAKE_ENV= INCPATH=-I${X11BASE}/include MOC=moc LIBS="-lqt-mt -L${X11BASE}/lib -lpthread -L${LOCALBASE}/lib/pth"
.endif
.include <bsd.port.pre.mk>
pre-everything::
.if !defined(WITH_QT23)
@${ECHO_MSG} "You may specify the following on the command line:"
@${ECHO_MSG} ""
@${ECHO_MSG} "WITH_QT23=yes to use qt23, else it will use the current qt"
@${ECHO_MSG} ""
.endif
post-install:
@${ECHO_MSG} "===> Installing qtpcr in ${X11BASE}/bin/qtpcr"
@${ECHO_MSG} ""
${INSTALL_PROGRAM} ${WRKSRC}/qtpcr ${X11BASE}/bin
@${ECHO_MSG} ""
@${ECHO_MSG} "Remember to create a symbolic link from your com(0|1) to /dev/pcr1000"
@${ECHO_MSG} ""
.include <bsd.port.post.mk>

1
comms/qtpcr/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (qtpcr-1.1.3.tar.gz) = 65655b26b2a289d0223eb0a865612ffa

10
comms/qtpcr/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
Software that controls the ICOM PCR-1000 Receiver.
Features
- GUI Controls
- Bandscope
- Hierachy Channels Database
- Graphical Scan
- Monitor and run script files
WWW: http://www.physics.purdue.edu/~teepanis/qtpcr/

1
comms/qtpcr/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/qtpcr