22 lines
551 B
Makefile
22 lines
551 B
Makefile
# $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"
|