3fc75d2445
where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
24 lines
552 B
Makefile
24 lines
552 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= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Music pack for endgame-singularity
|
|
|
|
PROJECTHOST= http://endgame-singularity
|
|
NO_BUILD= yes
|
|
USE_ZIP= yes
|
|
DATADIR= ${PREFIX}/share/singularity
|
|
|
|
do-install:
|
|
@cd ${WRKSRC}/&&${COPYTREE_SHARE} music ${DATADIR}/
|
|
|
|
.include <bsd.port.mk>
|