import xnotify-0.9.1
XNotify displays a notification on the screen. XNotify receives a notification specification in stdin and shows a notification for the user on the screen. from Mattia Chiozzi (mattia [at] chiozzi [dot] cc), who is also taking MAINTAINER, thanks! ok sthen@
This commit is contained in:
parent
5eee03e8a0
commit
968599edf2
24
x11/xnotify/Makefile
Normal file
24
x11/xnotify/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
COMMENT = display notifications read from standard input
|
||||
|
||||
GH_ACCOUNT = phillbush
|
||||
GH_PROJECT = xnotify
|
||||
GH_TAGNAME = v0.9.1
|
||||
|
||||
CATEGORIES = x11
|
||||
|
||||
MAINTAINER = Mattia Chiozzi <mattia@chiozzi.cc>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = yes
|
||||
|
||||
# uses pledge()
|
||||
WANTLIB += Imlib2 X11 Xft Xinerama c fontconfig
|
||||
|
||||
LIB_DEPENDS = graphics/imlib2
|
||||
|
||||
FAKE_FLAGS = MANPREFIX="${TRUEPREFIX}/man" \
|
||||
PREFIX="${TRUEPREFIX}"
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/xnotify/distinfo
Normal file
2
x11/xnotify/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xnotify-0.9.1.tar.gz) = t2ZkeHNlDvvS5qTrEMXfYz5qwMcRyBnhsqnxzeske1A=
|
||||
SIZE (xnotify-0.9.1.tar.gz) = 16870
|
2
x11/xnotify/pkg/DESCR
Normal file
2
x11/xnotify/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
XNotify displays a notification on the screen. XNotify receives a notification
|
||||
specification in stdin and shows a notification for the user on the screen.
|
2
x11/xnotify/pkg/PLIST
Normal file
2
x11/xnotify/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@bin bin/xnotify
|
||||
@man man/man1/xnotify.1
|
Loading…
x
Reference in New Issue
Block a user