blob: afcec4c2ebd0a8f6f57b726c90272f8234fdc498 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.5 2004/05/07 11:54:35 wiz Exp $
DISTNAME= qident-1.2
CATEGORIES= security net
MASTER_SITES= http://www.interlude.eu.org/~ad/software/download/qident/
DEPENDS= libident>=0.22:../../security/libident
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.interlude.eu.org/~ad/software/qident/
COMMENT= Small program to query an ident protocol server (rfc1413)
MANCOMPRESSED_IF_MANZ= YES
.include "../../mk/bsd.pkg.mk"
|