summaryrefslogtreecommitdiff
path: root/games/freeciv-sounds/Makefile
diff options
context:
space:
mode:
authoradam <adam>2008-01-06 16:39:13 +0000
committeradam <adam>2008-01-06 16:39:13 +0000
commit994cb033575153913073bfa84315b87be3f0a07a (patch)
tree62391d533a1b42306743e547daf3c9f121a88999 /games/freeciv-sounds/Makefile
parent4d7a6ed989ac9a0686d099f61eac8b5f16401d2f (diff)
downloadpkgsrc-994cb033575153913073bfa84315b87be3f0a07a.tar.gz
Changes 2.1.2:
* Improved support for GGZ Gaming Zone. * Fix support for Leave and Load in the same client session. * Add GTK2 client support for saving server settings. * Add realistic terrain requirements for three default wonders, as well a number of missing ones to civ1 and civ2. * Improve startup speed, reducing duplicate internal messages sent. * Updated GTK2 hotkeys, menus, text, and translations, especially Catalan, Finnish, Korean, Lithuanian, Turkish, and Ukrainian.
Diffstat (limited to 'games/freeciv-sounds/Makefile')
-rw-r--r--games/freeciv-sounds/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/games/freeciv-sounds/Makefile b/games/freeciv-sounds/Makefile
deleted file mode 100644
index 702aa042682..00000000000
--- a/games/freeciv-sounds/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2007/12/29 09:54:58 wiz Exp $
-
-DISTNAME= stdsounds3
-PKGNAME= freeciv-sounds-3.0
-PKGREVISION= 1
-CATEGORIES= games
-MASTER_SITES= ftp://ftp.freeciv.org/freeciv/contrib/audio/soundsets/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.freeciv.org/
-COMMENT= Freeciv sound sets
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-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 ${DESTDIR}${PREFIX}/share/freeciv/
- cd ${WRKSRC} && ${PAX} -rw stdsounds ${DESTDIR}${PREFIX}/share/freeciv/
-
-.include "../../mk/bsd.pkg.mk"