mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
20 lines
447 B
Makefile
20 lines
447 B
Makefile
# Created by: Markus Brueffer <markus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cutecom
|
|
PORTVERSION= 0.20.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://cutecom.sourceforge.net/ \
|
|
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
|
|
|
|
MAINTAINER= jwbacon@tds.net
|
|
COMMENT= Graphical serial terminal
|
|
|
|
RUN_DEPENDS= lsz:${PORTSDIR}/comms/lrzsz
|
|
|
|
USE_QT4= qt3support qmake_build moc_build rcc_build uic_build
|
|
USES= cmake
|
|
|
|
.include <bsd.port.mk>
|