aboutsummaryrefslogtreecommitdiffstats
path: root/security/trinokiller/Makefile
blob: 56f86d10104662113ad72958d91839ce8cfa8492 (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
26
27
28
29
30
31
32
# ex:ts=8
# Ports collection makefile for:  trinokiller
# Date created:           Sun Feb 12, 2000
# Whom:               David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#

PORTNAME=   trinokiller
PORTVERSION=    1.0
CATEGORIES= security
# mastersite disappeared in August 2003
MASTER_SITES=   # http://www.afro-productions.com/
DISTNAME=   trinokiller
EXTRACT_SUFX=   .c

MAINTAINER= ports@FreeBSD.org
COMMENT=    Remotely kill trino nodes

NO_WRKSUBDIR=   yes

do-extract:
    @${MKDIR} ${WRKDIR}
    @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}

do-build:
    (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c)

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/sbin

.include <bsd.port.mk>