head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.1.1.1
	trinokiller_1_0_import:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2004.02.05.20.37.48;	author trevor;	state Exp;
branches;
next	1.8;

1.8
date	2003.10.28.06.33.06;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.20.18.59.12;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.10.16.47.58;	author lioux;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.06.22.46.57;	author adamw;	state Exp;
branches;
next	1.4;

1.4
date	2002.05.08.21.32.37;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.21.08.19.10;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.09.18.30.42;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.14.03.46.31;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.02.14.03.46.31;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:  trinokiller
# Date created:			  Sun Feb 12, 2000
# Whom:				  David O'Brien (obrien@@NUXI.com)
#
# $FreeBSD: head/security/trinokiller/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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
PLIST_FILES=	sbin/trinokiller

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>
@


1.9
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.8
log
@Per distfile survey, note that the mastersite disappeared in August 2003.
@
text
@d21 1
@


1.7
log
@De-pkg-comment.
@
text
@d12 2
a13 1
MASTER_SITES=	http://www.afro-productions.com/
@


1.6
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d17 1
@


1.5
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a17 2
PORTCOMMENT=	Remotely kill trino nodes

@


1.4
log
@To ports@@freebsd.org.
@
text
@d18 2
@


1.3
log
@Correct whitespace introduced during PORTNAME conversion and portlint
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/trinokiller/Makefile,v 1.2 2000/04/09 18:30:42 cpiazza Exp $
d16 1
a16 1
MAINTAINER=	obrien@@FreeBSD.org
@


1.2
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/trinokiller/Makefile,v 1.1.1.1 2000/02/14 03:46:31 obrien Exp $
d10 1
a10 1
PORTVERSION= 	1.0
d16 1
a16 1
MAINTAINER=     obrien@@FreeBSD.org
@


1.1
log
@Initial revision
@
text
@a2 1
# Version required:		  1.0
d6 1
a6 1
# $FreeBSD$
d9 2
a10 2
DISTNAME=	trinokiller
PKGNAME=	trinokiller-1.0
d13 1
@


1.1.1.1
log
@This program remotely kills trino nodes on version 1.07b2+f3 and below.
It abuses the careless coding in trinoo nodes and causes them to exit.
@
text
@@
