21 lines
480 B
Makefile
Raw Normal View History

2002-03-21 21:25:50 +00:00
# $OpenBSD: Makefile,v 1.12 2002/03/21 21:25:51 espie Exp $
COMMENT= "library to interface the ident protocol server (rfc1413)"
1998-04-29 05:22:54 +00:00
DISTNAME= libident-0.22
1998-04-29 05:22:54 +00:00
CATEGORIES= devel net security
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/
2002-03-21 21:25:50 +00:00
NEED_VERSION= 1.515
1998-04-29 05:22:54 +00:00
2000-10-22 14:02:46 +00:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-04-29 05:22:54 +00:00
# License: PD
2000-04-30 10:07:43 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:58:16 +00:00
1998-04-29 05:22:54 +00:00
ALL_TARGET= openbsd
.include <bsd.port.mk>