summaryrefslogtreecommitdiff
path: root/games/freeciv-sounds/Makefile
blob: 67da9d15fe7c75fb42c22cce7d0efb13b5f43e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.2 2003/06/02 01:19:41 jschauma Exp $
#

DISTNAME=	stdsounds2
PKGNAME=	freeciv-sounds-2.0
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets/

MAINTAINER=	tech-pkg@netbsd.org
HOMEPAGE=	http://www.freeciv.org/sounds/
COMMENT=	Freeciv sound sets

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

NO_BUILD=	YES

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

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