blob: 5276ead05be150b2e983765252efe65aabda8243 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: libident
# Version required: 0.21
# Date created: 9 October 1995
# Whom: torstenb@FreeBSD.ORG
# NetBSD port by: woods@planix.com (Greg A. Woods)
#
# $NetBSD: Makefile,v 1.2 1999/03/12 15:51:20 tron Exp $
# $FreeBSD: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp $
#
DISTNAME= libident-0.21
CATEGORIES= devel net security
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
MAINTAINER= packages@NetBSD.org
ALL_TARGET= netbsd
MAN3= ident.3
.include <../../mk/bsd.pkg.mk>
|