f70343fa84
Sponsored by: Absolight
25 lines
511 B
Makefile
25 lines
511 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= endgame-singularity-music
|
|
PORTVERSION= 007
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= lifanov@FreeBSD.org
|
|
COMMENT= Music pack for endgame-singularity
|
|
|
|
LICENSE= CC-BY-SA-3.0
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_TUPLE= singularity:singularity-music:968faad
|
|
|
|
DATADIR= ${PREFIX}/share/singularity
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/music && ${COPYTREE_SHARE} "*.ogg win lose" ${STAGEDIR}${DATADIR}/music
|
|
|
|
.include <bsd.port.mk>
|