freebsd-ports/games/pysol-music/Makefile
Ying-Chieh Liao bc4e1fc7da change master site
PR:		39840, 39841
Submitted by:	maintainer
2002-06-25 14:21:42 +00:00

25 lines
519 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://pysol2.sourceforge.net/download/
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>