aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/clog/Makefile
blob: 9c025813bdfd27deafde85ea052e07932d189085 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ex:ts=8
# Ports collection makefile for:  clog
# Date created:           Tue Nov 04, 1997
# Whom:               David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#

PORTNAME=   clog
PORTVERSION=    1.6
CATEGORIES= net security
MASTER_SITES=   ftp://nuxi.ucdavis.edu/pub/misc/  \
        ${MASTER_SITE_LOCAL}

MAINTAINER= obrien@FreeBSD.org

WRKSRC=     ${WRKDIR}/clog
ALL_TARGET= freebsd
MAN8=       clog.8

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin
    ${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8

.include <bsd.port.mk>