summaryrefslogtreecommitdiff
path: root/games/stratagus/Makefile
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /games/stratagus/Makefile
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'games/stratagus/Makefile')
-rw-r--r--games/stratagus/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile
deleted file mode 100644
index de02a027c3e..00000000000
--- a/games/stratagus/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2005/09/04 05:00:36 jlam Exp $
-#
-
-DISTNAME= stratagus-2.1-src
-PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 3
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stratagus/}
-
-MAINTAINER= wiz@NetBSD.org
-HOMEPAGE= http://stratagus.sourceforge.net/
-COMMENT= Real-time strategy engine
-
-WRKSRC= ${WRKDIR}/stratagus-040702
-USE_TOOLS+= gmake
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS+= --with-flac --with-mad
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/stratagus ${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/stratagus
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/stratagus/graphics
- ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/stratagus
- ${INSTALL_DATA} ${WRKSRC}/doc/graphics/* \
- ${PREFIX}/share/doc/stratagus/graphics
-
-.include "../../archivers/bzip2/buildlink3.mk"
-.include "../../audio/flac/buildlink3.mk"
-.include "../../audio/libmad/buildlink3.mk"
-.include "../../audio/libmikmod/buildlink3.mk"
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../lang/lua/buildlink3.mk"
-.include "../../multimedia/libogg/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"