19 lines
393 B
Makefile
19 lines
393 B
Makefile
# OpenBSD makefile for: libident
|
|
# Version required: 0.20
|
|
# Date created: 29 April 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/04/29 05:22:54 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= libident-0.20
|
|
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>
|