freebsd-ports/games/pysol-music/Makefile

28 lines
594 B
Makefile

# Created by: 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
DEPRECATED= Broken, abondonware, use pysolfc
EXPIRATION_DATE= 2014-03-27
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/share/pysol
(cd ${WRKSRC}/data; tar cf - *) | \
(cd ${PREFIX}/share/pysol; tar xf -)
.include <bsd.port.mk>