freebsd-ports/games/endgame-singularity-music/Makefile
Andrew Pantyukhin 7cd4293ceb - Update to 005
2007-12-24 18:46:40 +00:00

23 lines
541 B
Makefile

# New ports collection makefile for: endgame-singularity-music
# Date created: 10 August 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= endgame-singularity-music
PORTVERSION= 005
CATEGORIES= games
MASTER_SITES= http://endgame-singularity.googlecode.com/files/ CENKES
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Music pack for endgame-singularity
NO_BUILD= yes
USE_ZIP= yes
DATADIR= ${PREFIX}/share/singularity
do-install:
@cd ${WRKSRC}/&&${COPYTREE_SHARE} music ${DATADIR}/
.include <bsd.port.mk>