2000-09-22 14:25:44 +02:00
|
|
|
# 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
|
2002-06-25 16:21:42 +02:00
|
|
|
MASTER_SITES= http://pysol2.sourceforge.net/download/
|
2000-09-22 14:25:44 +02:00
|
|
|
|
2001-05-10 14:03:22 +02:00
|
|
|
MAINTAINER= serg@tmn.ru
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= Collection of background music for use with PySol
|
2000-09-22 14:25:44 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= pysol:${PORTSDIR}/games/pysol
|
|
|
|
|
2001-05-10 14:03:22 +02:00
|
|
|
USE_BZIP2= yes
|
2000-09-22 14:25:44 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/pysol
|
|
|
|
(cd ${WRKSRC}/data; tar cf - *) | \
|
|
|
|
(cd ${PREFIX}/share/pysol; tar xf -)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|