21 lines
484 B
Makefile
21 lines
484 B
Makefile
# $OpenBSD: Makefile,v 1.10 2001/05/06 03:45:55 lebel 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/
|
|
NEED_VERSION= 1.402
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
LICENSE_TYPE= PD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
ALL_TARGET= openbsd
|
|
|
|
.include <bsd.port.mk>
|