mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
21 lines
477 B
Makefile
21 lines
477 B
Makefile
# New ports collection makefile for: pidentd
|
|
# Version required: 2.6.1
|
|
# Date created: 19 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.9 1995/07/28 01:00:30 ache Exp $
|
|
#
|
|
|
|
DISTNAME= pidentd-2.6.1
|
|
CATEGORIES+= security net
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
|
|
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
|
|
ALL_TARGET= freebsd
|
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
|
|
|
post-install:
|
|
gzip -9nf ${PREFIX}/man/man8/identd.8
|
|
|
|
.include <bsd.port.mk>
|