freebsd-ports/games/pysol-music/Makefile
Thomas Gellekum 97a2ef2010 New maintainer.
PR:		27244
Submitted by:	Sergey N. Voronkov <serg@tmn.ru>
2001-05-10 12:03:22 +00:00

26 lines
533 B
Makefile

# 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://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/
MAINTAINER= serg@tmn.ru
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>