freebsd-ports/sysutils/respond/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

22 lines
431 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
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
.include <bsd.port.mk>