summaryrefslogtreecommitdiff
path: root/games/pysol-music/Makefile
blob: 07fab27abb81adb11d3443434da7d40fba1cbd39 (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
25
26
# New ports collection makefile for:    PySol-Music
# Date created:         18 Sep 2000
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	pysol-music
PORTVERSION=	4.40
CATEGORIES=	games
MASTER_SITES=	http://pysol2.sourceforge.net/download/

MAINTAINER=	serg@tmn.ru
COMMENT=	Collection of background music for use with PySol

RUN_DEPENDS=	pysol:${PORTSDIR}/games/pysol

USE_BZIP2=	yes
NO_BUILD=	yes

do-install:
	@${MKDIR} ${PREFIX}/share/pysol
	(cd ${WRKSRC}/data; tar cf - *) | \
		(cd ${PREFIX}/share/pysol; tar xf -)

.include <bsd.port.mk>