summaryrefslogtreecommitdiff
path: root/comms/qpage/Makefile
blob: c57098d1d4f47385628af6920b0086220374039a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.4 2001/02/16 13:56:23 wiz Exp $
#

DISTNAME=	qpage-3.3
CATEGORIES=	comms
MASTER_SITES=	http://www.qpage.org/download/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://www.qpage.org/
COMMENT=	Simple and efficient paging (SNPP) client and server

ONLY_FOR_PLATFORM=	SunOS-*-*        # untested on NetBSD

GNU_CONFIGURE=	yes

MAKE_ENV+=	CPPFLAGS="`${AWK} -F: '/^uucp:/ { 			\
	printf(\"-DDAEMONUSER=%s -DDAEMONGROUP=%s\", $$3, $$4); }'	\
	/etc/passwd`"

.include "../../mk/bsd.pkg.mk"