mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
19 lines
380 B
Makefile
19 lines
380 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/
|
|
|
|
MAINTAINER= bacon4000@gmail.com
|
|
COMMENT= Graphical serial terminal
|
|
|
|
RUN_DEPENDS= lsz:comms/lrzsz
|
|
|
|
USE_QT4= qt3support qmake_build moc_build rcc_build uic_build
|
|
USES= cmake
|
|
|
|
.include <bsd.port.mk>
|