freebsd-ports/math/sound-of-sorting/Makefile
Yuri Victorovich 925e342a40 x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.

Reported by: portscout
2021-04-16 00:52:45 -07:00

35 lines
779 B
Makefile

# Created by: Stefan Esser <se@StefanEsser.FreeBSD.org>
PORTNAME= sound-of-sorting
PORTVERSION= 0.6.5
DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 3
CATEGORIES= math
MAINTAINER= se@FreeBSD.org
COMMENT= Visualization and "Audibilization" of Sorting Algorithms
LICENSE= GPLv3
USES= compiler:c++11-lang sdl
GNU_CONFIGURE= yes
USE_SDL= sdl
USE_WX= 3.0+
WX_CONF_ARGS= relative
OPTIONS_DEFINE= DOCS
USE_GITHUB= yes
GH_ACCOUNT= bingmann
GH_TAGNAME= 5884a35
PLIST_FILES= bin/sound-of-sorting
PORTDOCS= README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/sound-of-sorting ${STAGEDIR}${PREFIX}/bin/
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sound-of-sorting
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${PREFIX}/share/doc/sound-of-sorting/README
.include <bsd.port.mk>