blob: c7e6648f7193ff307b29bf4156d5f4c9ffc5ed45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.4 2021/03/16 17:00:40 fcambus Exp $
DISTNAME= qodem-1.0.1
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 "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Linux"
CONFIGURE_ARGS+= --disable-gpm
.endif
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|