freebsd-ports/games/pysol-music/Makefile
Martin Wilke d7d64edfea - Reset Maintainer
PR:		131742
Submitted by:	"Sergey N. Voronkov" <serg@tmn.ru> (maintainer)
2009-02-16 20:43:17 +00:00

28 lines
607 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
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of background music for use with PySol
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>