Files
ports/sysutils/tiramisu/Makefile
T
Jan Beich 3c3f7ccf59 sysutils/tiramisu: add new port
tiramisu is a notification daemon based on dunst that outputs
notifications to STDOUT in order to allow the user to process
notifications any way they prefer.

https://github.com/Sweets/tiramisu
2020-11-05 11:50:39 +00:00

23 lines
395 B
Makefile

# $FreeBSD$
PORTNAME= tiramisu
DISTVERSION= 1.0
CATEGORIES= sysutils
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Desktop notifications, the UNIX way
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake gnome pkgconfig
USE_GITHUB= yes
USE_GNOME= glib20
GH_ACCOUNT= Sweets
PLIST_FILES= bin/${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>