blob: bf10bbd30d6fd4a6eb55d2be7c2bfe5fa2c7fd66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.11 2003/06/02 01:17:16 jschauma Exp $
#
DISTNAME= libident-0.22
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_BUILDLINK2= # defined
USE_LIBTOOL= # defined
ALL_TARGET= netbsd
.include "../../mk/bsd.pkg.mk"
|