mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
ffd97a0193
- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
25 lines
557 B
Makefile
25 lines
557 B
Makefile
# New ports collection makefile for: cutecom
|
|
# Date created: Thu Jul 15 02:07:06 CEST 2004
|
|
# Whom: 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
|
|
|
|
MAN1= cutecom.1
|
|
|
|
.include <bsd.port.mk>
|