1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/deskutils/noti/Makefile
Hiroki Tagato ec0cfda4d6 Change MAINTAINER email address to FreeBSD.org one
Approved by:	ehaupt (mentor)
2020-04-13 03:15:19 +00:00

29 lines
607 B
Makefile

# $FreeBSD$
PORTNAME= noti
DISTVERSION= 3.4.0
CATEGORIES= deskutils
MAINTAINER= tagattie@FreeBSD.org
COMMENT= Trigger notifications when a process completes
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= notify-send:devel/libnotify
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= variadico
GO_TARGET= ./cmd/noti
PLIST_FILES= bin/noti man/man1/noti.1.gz man/man5/noti.yaml.5.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/man/noti.1 ${STAGEDIR}${MANPREFIX}/man/man1/noti.1
${INSTALL_MAN} ${WRKSRC}/docs/man/noti.yaml.5 ${STAGEDIR}${MANPREFIX}/man/man5/noti.yaml.5
.include <bsd.port.mk>