blob: a9eac76383da333d1026e1d81d915c39d5f761c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.8 2001/02/17 17:49:50 wiz Exp $
# FreeBSD ID: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp
DISTNAME= libident-0.22
CATEGORIES= security devel net
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
MAINTAINER= packages@netbsd.org
COMMENT= Small library to interface to the ident protocol server (rfc1413)
USE_LIBTOOL= # defined
ALL_TARGET= netbsd
MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
.include "../../mk/bsd.pkg.mk"
|