1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/comms/cutecom/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

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>