summaryrefslogtreecommitdiff
path: root/comms/qpage/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-09-21 09:57:31 +0000
committeragc <agc@pkgsrc.org>1999-09-21 09:57:31 +0000
commit78c6db20115697a0de2ca969c68b5b0f84bd785a (patch)
tree9ca9e9405790af2d610670e0c4d7734a85428156 /comms/qpage/Makefile
parentaa8a9eb1c08fff5af3ff99e251929286a442835e (diff)
downloadpkgsrc-78c6db20115697a0de2ca969c68b5b0f84bd785a.tar.gz
Initial import of qpage, a simple and efficient paging (SNPP) client
and server, into the NetBSD packages collection. This package also handles IXO (TAP) messages.
Diffstat (limited to 'comms/qpage/Makefile')
-rw-r--r--comms/qpage/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile
new file mode 100644
index 00000000000..4227390fe1d
--- /dev/null
+++ b/comms/qpage/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/21 09:57:31 agc Exp $
+#
+
+DISTNAME= qpage-3.2
+CATEGORIES= comms
+MASTER_SITES= http://www.freebsd.org/~fenner/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.freebsd.org/~fenner/
+
+ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD
+
+MAKE_ENV+= CPPFLAGS="`${AWK} -F: '/^uucp:/ { printf(\"-DDAEMONUSER=%s -DDAEMONGROUP=%s\", $$3, $$4); }' /etc/passwd`"
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/qpage ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/qpage.man ${PREFIX}/man/man1/qpage.1
+
+.include "../../mk/bsd.pkg.mk"