diff options
Diffstat (limited to 'games/pysol-music/Makefile')
-rw-r--r-- | games/pysol-music/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/pysol-music/Makefile b/games/pysol-music/Makefile new file mode 100644 index 000000000000..ddf62de7eee9 --- /dev/null +++ b/games/pysol-music/Makefile @@ -0,0 +1,25 @@ +# 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/ +MASTER_SITE_SUBDIR= pysol + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= pysol:${PORTSDIR}/games/pysol + +NO_BUILD= yes + +do-install: + @${MKDIR} ${PREFIX}/share/pysol + (cd ${WRKSRC}/data; tar cf - *) | \ + (cd ${PREFIX}/share/pysol; tar xf -) + +.include <bsd.port.mk> |