diff options
author | agc <agc@pkgsrc.org> | 1997-11-14 10:04:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-14 10:04:47 +0000 |
commit | a6f3a62e2e31070e0e687d4d116689b860fd7f16 (patch) | |
tree | adaf669a096494b1f8686c99163461ef753dee7c /sysutils/crashme/Makefile | |
parent | 11a4a855e25f451b87707e18239ee639fd7622cd (diff) | |
download | pkgsrc-a6f3a62e2e31070e0e687d4d116689b860fd7f16.tar.gz |
Initial import of crashme 2.4 into the NetBSD packages system.
Diffstat (limited to 'sysutils/crashme/Makefile')
-rw-r--r-- | sysutils/crashme/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile new file mode 100644 index 00000000000..0506ef7f0a9 --- /dev/null +++ b/sysutils/crashme/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: crashme +# Version required: 2.4 +# Date created: Fri Nov 14 08:39:08 GMT 1997 +# Whom: Alistair Crooks (agc@netbsd.org) +# +# $NetBSD: Makefile,v 1.1.1.1 1997/11/14 10:04:47 agc Exp $ +# + +DISTNAME= crashme-2.4 +CATEGORIES= devel +MASTER_SITES= http://ochimizu-www.jaist.ac.jp:8000/linux/vger/crashme/ +EXTRACT_SUFX= -shar + +MAINTAINER= agc@netbsd.org + +NO_WRKSUBDIR= yes +EXTRACT_CMD= cat +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= |sh +MAKEFILE= makefile + +MAN1= crashme.1 + +.include <bsd.port.mk> |