summaryrefslogtreecommitdiff
path: root/inputmethod/ja-freewnn-server-bin
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-08-12 09:44:15 +0000
committeragc <agc@pkgsrc.org>2002-08-12 09:44:15 +0000
commit152a9e10d4d35053c510a87511fba397adba5b80 (patch)
tree405ee95f2783d13047c737c717644c2684e5242a /inputmethod/ja-freewnn-server-bin
parent7832e64d14ec0716a79e14f118039d6f6996f0de (diff)
downloadpkgsrc-152a9e10d4d35053c510a87511fba397adba5b80.tar.gz
Create the Freewnn user and group in this package - they default to
wnn and jserver, respectively.
Diffstat (limited to 'inputmethod/ja-freewnn-server-bin')
-rw-r--r--inputmethod/ja-freewnn-server-bin/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/inputmethod/ja-freewnn-server-bin/Makefile b/inputmethod/ja-freewnn-server-bin/Makefile
index a18b5f2b769..28ca7e8b9bb 100644
--- a/inputmethod/ja-freewnn-server-bin/Makefile
+++ b/inputmethod/ja-freewnn-server-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/06/10 09:13:31 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 2002/08/12 09:44:15 agc Exp $
#
PKGNAME= ja-FreeWnn-server-bin-1.10
@@ -17,5 +17,15 @@ FILESDIR= ${.CURDIR}/../ja-freewnn-lib/files
DISTINFO_FILE= ${.CURDIR}/../ja-freewnn-lib/distinfo
PATCHDIR= ${.CURDIR}/../ja-freewnn-lib/patches
+.include "../../mk/bsd.prefs.mk"
+
+FREEWNN_USER?= wnn
+FREEWNN_GROUP?= jserver
+BUILD_DEFS+= FREEWNN_USER FREEWNN_GROUP
+
+PKG_GROUPS= ${FREEWNN_GROUP}
+PKG_USERS= ${FREEWNN_USER}:${FREEWNN_GROUP}::Freewnn\\ user
+
+.include "../../mk/bsd.pkg.install.mk"
.include "../ja-freewnn-lib/buildlink.mk"
.include "../ja-freewnn-lib/Makefile.common"