aboutsummaryrefslogtreecommitdiff
path: root/sysutils/crashme/Makefile
blob: cb4bec91e8625f624e68acf7b2ef644a4a6ef5f0 (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
PORTNAME=	crashme
PORTVERSION=	2.4
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	LOCAL/kris
DISTNAME=	crashme

MAINTAINER=	gjc@alum.mit.edu
COMMENT=	Tool to test an operating system's robustness

# according to license.rtf, and using the most restrictive one:
LICENSE=	LGPL21

USES=		gmake tar:tgz
NO_WRKSUBDIR=	yes

MAKEFILE=	makefile
PLIST_FILES=	bin/crashme bin/pddet man/man1/crashme.1.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/crashme ${STAGEDIR}${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/pddet ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/crashme.man \
		${STAGEDIR}${MANPREFIX}/man/man1/crashme.1

.include <bsd.port.mk>