blob: 1d7aa3998d9aed2f5bb0b01ce939d0f98aacc379 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: endgame-singularity-music
# Date created: 10 August 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= endgame-singularity-music
PORTVERSION= 006
CATEGORIES= games
MASTER_SITES= GOOGLE_CODE CENKES
MAINTAINER= freebsd-ports@sslash.org.ua
COMMENT= Music pack for endgame-singularity
PROJECTHOST= endgame-singularity
NO_BUILD= yes
USE_ZIP= yes
DATADIR= ${PREFIX}/share/singularity
do-install:
@cd ${WRKSRC}/&&${COPYTREE_SHARE} music ${DATADIR}/
.include <bsd.port.mk>
|