pkgsrc/games/freeciv-sounds/Makefile

23 lines
551 B
Makefile
Raw Normal View History

2003-07-17 23:31:04 +02:00
# $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/
2003-07-17 23:31:04 +02:00
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"