1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/crashme/Makefile
2014-02-26 08:31:19 +00:00

32 lines
735 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
PORTNAME= crashme
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= 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
USES= gmake
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>