summaryrefslogtreecommitdiff
path: root/games/freeciv-sounds/Makefile
blob: 8793116c9337cc7056ce19e375d93209640b05f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:41 jlam Exp $

DISTNAME=	stdsounds3
PKGNAME=	freeciv-sounds-3.0
PKGREVISION=	1
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.freeciv.org/
COMMENT=	Freeciv sound sets

DEPENDS+=	freeciv-share-[0-9]*:../../games/freeciv-share

WRKSRC=			${WRKDIR}/data
NO_BUILD=		yes

INSTALLATION_DIRS=	share/freeciv

do-install:
	${INSTALL_DATA} ${WRKSRC}/stdsounds.soundspec ${PREFIX}/share/freeciv/
	cd ${WRKSRC} && ${PAX} -rw stdsounds ${PREFIX}/share/freeciv/

.include "../../mk/bsd.pkg.mk"