summaryrefslogtreecommitdiff
path: root/security/libident/Makefile
blob: 36d413d50a142f401fafef5c6df71acd06767b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:34 jlam Exp $
#

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

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

USE_LIBTOOL=	yes

BUILD_TARGET=	netbsd

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