15 lines
439 B
Makefile
15 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:12 grant 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= ad@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"
|