diff options
author | asami <asami@FreeBSD.org> | 1995-10-12 07:29:19 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-12 07:29:19 +0000 |
commit | 7711334d1b6206e4846a1f44596cd4b00acd22b1 (patch) | |
tree | 676e121f652538dbb39637fd629d53df8111e326 /security/libident/Makefile | |
parent | ab8c5e5a98f9b3af704af3a9b076316aac4ffa5c (diff) | |
download | FreeBSD-ports-7711334d1b6206e4846a1f44596cd4b00acd22b1.zip FreeBSD-ports-7711334d1b6206e4846a1f44596cd4b00acd22b1.tar.gz |
libidentd - a small library to interface the ident protocol server (rfc1413)
Submitted by: torstenb
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r-- | security/libident/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile new file mode 100644 index 0000000..38ce63eb --- /dev/null +++ b/security/libident/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: libident +# Version required: 0.18 +# Date created: 9 October 1995 +# Whom: torstenb@FreeBSD.ORG +# +# $Id$ +# + +DISTNAME= libident-0.18 +CATEGORIES= development networking security +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ + +MAINTAINER= torstenb@FreeBSD.ORG + +ALL_TARGET= freebsd + +post-install: + gzip -9nf ${PREFIX}/man/man3/ident.3 + +.include <bsd.port.mk> |