1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/sysutils/crashme/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

31 lines
722 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
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>