freebsd-ports/security/pidentd/Makefile

20 lines
478 B
Makefile
Raw Normal View History

# New ports collection makefile for: pidentd
# Version required: 2.4 alpha 4
# Date created: 19 Oct 1994
# Whom: torstenb
1994-11-10 00:53:43 -05:00
# Updated to use 2.4 alpha 7 by gpalmer
#
1995-04-15 01:42:12 -04:00
# $Id: Makefile,v 1.4 1995/04/01 12:48:26 jkh Exp $
#
1994-12-16 18:47:46 -05:00
DISTNAME= pidentd-2.4.1
CATEGORIES+= networking
1995-04-15 01:42:12 -04:00
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \
ftp://ftp.fu-berlin.de/unix/security/ident/servers/
pre-install:
@mkdir -p ${PREFIX}/sbin
@mkdir -p ${PREFIX}/man/man8
.include <bsd.port.mk>