freebsd-ports/sysutils/sndy/Makefile
Robert Clausecker a709d3f770 sysutils/sndy: update to 0.0.5
Changelog: https://github.com/Clockwork6400/sndy/releases/tag/0.0.5

Reported by:	Clockwork6400@protonmail.com (maintainer)
Approved by:	eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38859
2023-03-03 22:31:07 +01:00

30 lines
617 B
Makefile

PORTNAME= sndy
DISTVERSION= 0.0.5
CATEGORIES= sysutils audio tcl
MAINTAINER= Clockwork6400@protonmail.com
COMMENT= Sound Switcher
WWW= https://github.com/Clockwork6400/sndy
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= shebangfix tcl tk
USE_GITHUB= yes
GH_ACCOUNT= Clockwork6400
SHEBANG_FILES= sndy
tk_OLD_CMD+= /usr/local/bin/wish8.6
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/sndy \
share/applications/sndy.desktop
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sndy ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/sndy.desktop ${STAGEDIR}${PREFIX}/share/applications
.include <bsd.port.mk>