aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/crashme/Makefile
blob: 77cbcdd2fdc791f6d292751bf97f3b04f7e700d0 (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
33
34
# New ports collection makefile for:    crashme
# Date created:         Apr 1, 2001
# Whom:             Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   crashme
PORTVERSION=    2.4
PORTREVISION=   1
CATEGORIES= sysutils
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=kris
DISTNAME=   crashme
EXTRACT_SUFX=   .tgz

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

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

USE_GMAKE=  yes
NO_WRKSUBDIR=   yes
MAKEFILE=   makefile
MAN1=       crashme.1
PLIST_FILES=    bin/crashme bin/pddet

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

.include <bsd.port.mk>