1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/sysutils/crashme/Makefile
2021-04-06 16:31:07 +02:00

29 lines
691 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
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>