freebsd-ports/sysutils/panicmail/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

25 lines
534 B
Makefile

# $FreeBSD$
PORTNAME= panicmail
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.daemonology.net/panicmail/
MAINTAINER= cperciva@FreeBSD.org
COMMENT= Automatically report kernel panics
LICENSE= BSD2CLAUSE
RUN_DEPENDS= pkesh:security/pkesh
NO_BUILD= yes
NO_INSTALL= yes
PLIST_FILES= etc/rc.d/panicmail \
etc/cperciva-panicmail.pem
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/panicmail ${STAGEDIR}${PREFIX}/etc/rc.d/
${INSTALL_DATA} ${WRKSRC}/cperciva-panicmail.pem ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>