blob: d2d9056c90b802bc4073f2297323cb7f29a6bd77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2020/01/26 05:26:18 rillig Exp $
DISTNAME= qodem-1.0.0
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qodem/}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= http://qodem.sourceforge.net/
COMMENT= Re-implementation of the DOS-era Qmodem serial communications package
LICENSE= cc0-1.0-universal
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-sdl --disable-upnp
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|