Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/security/qident/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/qident/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.10 diff -u -p -r1.4 -r1.10 --- pkgsrc/security/qident/Makefile 2003/07/17 22:53:12 1.4 +++ pkgsrc/security/qident/Makefile 2008/02/07 13:24:36 1.10 @@ -1,15 +1,21 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:12 grant Exp $ +# $NetBSD: Makefile,v 1.10 2008/02/07 13:24:36 tnn Exp $ DISTNAME= qident-1.2 CATEGORIES= security net -MASTER_SITES= http://www.interlude.eu.org/~ad/software/download/qident/ +MASTER_SITES= http://www.hairylemon.org/~ad/software/download/qident/ -DEPENDS= libident>=0.22:../../security/libident - -MAINTAINER= ad@NetBSD.org -HOMEPAGE= http://www.interlude.eu.org/~ad/software/qident/ +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.hairylemon.org/~ad/software/qident/ COMMENT= Small program to query an ident protocol server (rfc1413) +USE_BSD_MAKEFILE= YES +USE_TOOLS+= groff nroff + MANCOMPRESSED_IF_MANZ= YES +INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../security/libident/buildlink3.mk" .include "../../mk/bsd.pkg.mk"