# $OpenBSD: Makefile,v 1.5 2021/03/17 11:20:47 fcambus Exp $

COMMENT =	Qodem Terminal Emulator

DISTNAME =	qodem-1.0.1

CATEGORIES =	comms

HOMEPAGE =	http://qodem.sourceforge.net/

# CC0 (Public Domain)
# MIT (UTF-8 decoder in source/codepage.c)
PERMIT_PACKAGE =	Yes

WANTLIB += c curses util

MASTER_SITES =	${MASTER_SITE_SOURCEFORGE:=qodem/}

USE_GMAKE =	Yes

CONFIGURE_STYLE = gnu

CONFIGURE_ARGS = --disable-sdl --disable-upnp --disable-gpm

NO_TEST =	Yes

.include <bsd.port.mk>
