diff options
author | tron <tron@pkgsrc.org> | 1999-03-12 15:48:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-12 15:48:45 +0000 |
commit | eb477df53f37eaf87ddba7a6e240fd9dcac56700 (patch) | |
tree | a2575681de4859d207217b6ac2a423a0ce336c64 /security/libident/Makefile | |
parent | f5dfedb9f8fce5524f03e598798f8f8db5059970 (diff) | |
download | pkgsrc-eb477df53f37eaf87ddba7a6e240fd9dcac56700.tar.gz |
Initial import of FreeBSD's "libident" port:
A small library to interface the ident protocol server (rfc1413).
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r-- | security/libident/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile new file mode 100644 index 00000000000..6c840d43eff --- /dev/null +++ b/security/libident/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: libident +# Version required: 0.21 +# Date created: 9 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# FreeBSD Id: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp +# + +DISTNAME= libident-0.21 +CATEGORIES= devel net security +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ + +MAINTAINER= torstenb@FreeBSD.ORG + +ALL_TARGET= freebsd +MAN3= ident.3 + +.include <bsd.port.mk> |