9ee3414ee1
- Ignore modem status lines explicitly (CLOCAL). This makes the pkg usable after the change of src/sys/dev/usb/ucom.c rev 1.54. - Documentation nits.
16 lines
376 B
Makefile
16 lines
376 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/09/12 09:18:47 itohy Exp $
|
|
|
|
DISTNAME= kyopon-0.3
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= itohy@NetBSD.org
|
|
#HOMEPAGE=
|
|
COMMENT= tool to manipulate data of Kyocera AIR-EDGE PHONE
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-*
|
|
|
|
MAKE_FLAGS+= BINDIR="${PREFIX}/bin"
|
|
MAKE_FLAGS+= MANDIR="${PREFIX}/man"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|