diff --git a/sysutils/tiramisu/Makefile b/sysutils/tiramisu/Makefile index b138786fb91e..3e7af683b46c 100644 --- a/sysutils/tiramisu/Makefile +++ b/sysutils/tiramisu/Makefile @@ -1,21 +1,22 @@ PORTNAME= tiramisu DISTVERSION= 2.0.20211107 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org COMMENT= Desktop notifications, the UNIX way WWW= https://github.com/Sweets/tiramisu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake gnome pkgconfig vala:build USE_GITHUB= yes USE_GNOME= glib20 GH_ACCOUNT= Sweets +MAKE_ARGS= CC="${CC} ${CFLAGS}" PLIST_FILES= bin/${PORTNAME} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include