diff options
author | itohy <itohy> | 2005-04-21 03:15:00 +0000 |
---|---|---|
committer | itohy <itohy> | 2005-04-21 03:15:00 +0000 |
commit | 05adb880549e0883cbe8ad2e576a3d33b3304de3 (patch) | |
tree | 715887974cc78cfa4d0b1369fc4564d90110bb92 /comms/kyopon/Makefile | |
parent | 37dfd5c69b9e146437b9cd5b36c8660f82792b97 (diff) | |
download | pkgsrc-05adb880549e0883cbe8ad2e576a3d33b3304de3.tar.gz |
A simple command-line tool to manipulate data of
Kyocera AIR-EDGE PHONE AH-K3001V.
Diffstat (limited to 'comms/kyopon/Makefile')
-rw-r--r-- | comms/kyopon/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/comms/kyopon/Makefile b/comms/kyopon/Makefile new file mode 100644 index 00000000000..ab3a1efaa3a --- /dev/null +++ b/comms/kyopon/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/04/21 03:15:00 itohy Exp $ + +DISTNAME= kyopon-0.1 +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" |