mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# Created by: Jouke Witteveen <j.witteveen@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= respond
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= j.witteveen@gmail.com
|
|
COMMENT= Response automator for logged events
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= joukewitteveen
|
|
GH_COMMIT= ebd9de3
|
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
|
|
|
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \
|
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
|
|
|
|
.include <bsd.port.mk>
|