diff options
author | tron <tron> | 1999-03-12 15:48:45 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-12 15:48:45 +0000 |
commit | b44b2692d958a7b2ac6239989bb2ccb881f787e8 (patch) | |
tree | a2575681de4859d207217b6ac2a423a0ce336c64 /security/libident/Makefile | |
parent | 12e0711c3c8859741a593f311f31ae44d442f7bc (diff) | |
download | pkgsrc-b44b2692d958a7b2ac6239989bb2ccb881f787e8.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> |