summaryrefslogtreecommitdiff
path: root/security/libident/Makefile
blob: a4e25436eec4b1f52cf1652a82aa168c8fb30cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:08 wiz Exp $
#

DISTNAME=	libident-0.22
PKGREVISION=	1
CATEGORIES=	security devel net
MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/ident/libs/

MAINTAINER=	tech-pkg@NetBSD.org
COMMENT=	Small library to interface to the ident protocol server (rfc1413)

USE_BUILDLINK3=	yes
USE_LIBTOOL=	# defined

BUILD_TARGET=	netbsd

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