summaryrefslogtreecommitdiff
path: root/comms/kyopon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/kyopon/Makefile')
-rw-r--r--comms/kyopon/Makefile16
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"