1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/pysol-music/Makefile
2000-09-22 12:25:44 +00:00

26 lines
550 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/
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>