forked from Lainports/freebsd-ports
- Update to 1.3 - Switch to GITHUB for distribution files - Add LICENSE (BSD2CLAUSE) - Remove patch-Makefile (upstreamed) - pkg-descr: Update WWW: URL Changes: https://github.com/joukewitteveen/respond/blob/1.3/NEWS PR: 191434 Submitted by: Jouke Witteveen (maintainer)
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# Created by: Jouke Witteveen <j.witteveen@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= respond
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= j.witteveen@gmail.com
|
|
COMMENT= A 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}" \
|
|
MANEXT=${MANEXT}
|
|
|
|
.include <bsd.port.mk>
|