diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 80f8f7c3b3aa5f5f64de1111703eed75cf2b333b (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /games/billardgl/Makefile | |
parent | df12796d2c7ff30316099a62cbdf43f49006d442 (diff) | |
download | pkgsrc-80f8f7c3b3aa5f5f64de1111703eed75cf2b333b.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'games/billardgl/Makefile')
-rw-r--r-- | games/billardgl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/billardgl/Makefile b/games/billardgl/Makefile index 68da38a9e1e..9828b2bd3b5 100644 --- a/games/billardgl/Makefile +++ b/games/billardgl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/26 02:13:19 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:19 joerg Exp $ # DISTNAME= BillardGL-1.75 @@ -11,6 +11,8 @@ MAINTAINER= wojtek@3miasto.net HOMEPAGE= http://www.tobias-nopper.de/BillardGL/ COMMENT= 3D Billard using OpenGL hardware acceleration +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DIRS= src USE_LANGUAGES= c c++ USE_TOOLS+= gmake imake pax @@ -29,6 +31,8 @@ SUBST_MESSAGE.d2u= Removing CR end-of-line markers. SUBST_FILES.d2u= src/*.h src/*.cpp SUBST_FILTER_CMD.d2u= ${TR} -d '\r' +INSTALLATION_DIRS= bin + .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/glut/buildlink3.mk" |