blob: f2e21cbb81a38e8d7a74de853da78f8676870a2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: pidentd
# Version required: 2.4 alpha 4
# Date created: 19 Oct 1994
# Whom: torstenb
# Updated to use 2.4 alpha 7 by gpalmer
#
# $Id: Makefile,v 1.2 1994/11/10 05:53:43 gpalmer Exp $
#
DISTNAME= pidentd-2.4.1
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>
|