7de1a44f51
- NetBSD 1.5 and earlier doesn't have getprogname(). - Fix typo in manual page. - Remove debug crud. - unistd.h, not getopt.h.
15 lines
397 B
Makefile
15 lines
397 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/09/15 12:14:26 ad Exp $
|
|
|
|
DISTNAME= qident-1.2
|
|
CATEGORIES= security net
|
|
MASTER_SITES= http://www.netbsd.org/~ad/qident/
|
|
|
|
DEPENDS= libident>=0.22:../../security/libident
|
|
|
|
MAINTAINER= ad@netbsd.org
|
|
HOMEPAGE= http://www.netbsd.org/~ad/qident/
|
|
COMMENT= Small program to query an ident protocol server (rfc1413)
|
|
|
|
MANCOMPRESSED_IF_MANZ= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|