22 lines
477 B
Makefile
22 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.13 2002/10/28 17:35:02 naddy Exp $
|
|
|
|
COMMENT= "library to interface the ident protocol server (rfc1413)"
|
|
|
|
DISTNAME= libident-0.22
|
|
CATEGORIES= devel net security
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
# License: PD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
ALL_TARGET= openbsd
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|