mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Fix LICENSE
- Add LICENSE_FILE - Add USES=sdl - Pet portlint - Remove no-op PORTDOCS installation - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
126b9a956d
commit
66f8d481da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514269
2 changed files with 9 additions and 11 deletions
|
@ -10,13 +10,18 @@ CATEGORIES= audio
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= Music creation tool inspired by Fast Tracker 2
|
COMMENT= Music creation tool inspired by Fast Tracker 2
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3+ BSD3CLAUSE
|
||||||
|
LICENSE_COMB= multi
|
||||||
|
LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS+= liblhasa.so:archivers/lhasa \
|
BROKEN_powerpc= Does not build on powerpc
|
||||||
|
BROKEN_powerpc64= Does not build on powerpc64
|
||||||
|
|
||||||
|
LIB_DEPENDS= liblhasa.so:archivers/lhasa \
|
||||||
libzzip.so:devel/zziplib \
|
libzzip.so:devel/zziplib \
|
||||||
libjack.so:audio/jack
|
libjack.so:audio/jack
|
||||||
|
|
||||||
USES= cmake
|
USES= cmake sdl
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_SDL= sdl2
|
USE_SDL= sdl2
|
||||||
|
|
||||||
|
@ -26,18 +31,11 @@ ICONS= carton.ico carton.png
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
BROKEN_powerpc= Does not build on powerpc
|
|
||||||
BROKEN_powerpc64= Does not build on powerpc64
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.for f in ${ICONS}
|
.for f in ${ICONS}
|
||||||
${INSTALL_DATA} ${WRKSRC}/resources/pictures/${f} \
|
${INSTALL_DATA} ${WRKSRC}/resources/pictures/${f} \
|
||||||
${STAGEDIR}${PREFIX}/share/pixmaps/${f:C/carton/milkytracker/}
|
${STAGEDIR}${PREFIX}/share/pixmaps/${f:C/carton/milkytracker/}
|
||||||
.endfor
|
.endfor
|
||||||
${INSTALL_DATA} ${WRKSRC}/resources/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
|
${INSTALL_DATA} ${WRKSRC}/resources/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
||||||
.for f in ${PORTDOCS}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR}
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,4 +3,4 @@ MilkyTracker is an open source, multi-platform music application for creating
|
||||||
experience of the popular DOS program Fasttracker II, with special playback
|
experience of the popular DOS program Fasttracker II, with special playback
|
||||||
modes available for improved Amiga ProTracker 2/3 compatibility.
|
modes available for improved Amiga ProTracker 2/3 compatibility.
|
||||||
|
|
||||||
WWW: http://milkytracker.titandemo.org/
|
WWW: https://milkytracker.titandemo.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue