ports/comms/qodem/Makefile

25 lines
411 B
Makefile

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
SITES = ${SITE_SOURCEFORGE:=qodem/}
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --disable-sdl --disable-upnp --disable-gpm
NO_TEST = Yes
.include <bsd.port.mk>