aboutsummaryrefslogtreecommitdiffstats
path: root/games/endgame-singularity-music/Makefile
blob: 48d8f9e1df9a444942bce2b0260f48e949069dd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=   endgame-singularity-music
PORTVERSION=    006
CATEGORIES= games
MASTER_SITES=   GOOGLE_CODE CENKES

MAINTAINER= ports@FreeBSD.org
COMMENT=    Music pack for endgame-singularity

PROJECTHOST=    endgame-singularity
NO_BUILD=   yes
USE_ZIP=    yes
DATADIR=    ${PREFIX}/share/singularity

NO_STAGE=   yes
do-install:
    @cd ${WRKSRC}/&&${COPYTREE_SHARE} music ${DATADIR}/

.include <bsd.port.mk>