aboutsummaryrefslogblamecommitdiff
path: root/deskutils/noti/Makefile
blob: 3455a78a90e1781d50ea5abbf2edd1ee475db5f0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


                    
                     









                                                              
                          
 
                   

                         
                          
 
                                                                   
 
             

                                                                                                  

                      
# $FreeBSD$

PORTNAME=	noti
DISTVERSION=	3.4.0
CATEGORIES=	deskutils

MAINTAINER=	tagattie@yandex.com
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>