summaryrefslogtreecommitdiff
path: root/games/freeciv-sounds/Makefile
blob: 5ae1187515e6b5aba975f435cbc51da9687f8e1f (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.3 2003/07/17 21:38:25 grant 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"