19 lines
386 B
Makefile
19 lines
386 B
Makefile
# OpenBSD makefile for: libident
|
|
# Version required: 0.22
|
|
# Date created: 29 April 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 1999/02/17 06:17:51 marc Exp $
|
|
#
|
|
|
|
DISTNAME= libident-0.22
|
|
CATEGORIES= devel net security
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
ALL_TARGET= openbsd
|
|
MAN3= ident.3
|
|
|
|
.include <bsd.port.mk>
|