summaryrefslogtreecommitdiff
path: root/emulators/blinkensim/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-20 01:09:05 +0000
committerjoerg <joerg>2008-06-20 01:09:05 +0000
commitd8368bbc25c90072a19b5e48f0fba26251b6877f (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /emulators/blinkensim/Makefile
parentf1b924fda77b6920565e56f54c9391b4dc68f8ca (diff)
downloadpkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz
Add DESTDIR support.
Diffstat (limited to 'emulators/blinkensim/Makefile')
-rw-r--r--emulators/blinkensim/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/blinkensim/Makefile b/emulators/blinkensim/Makefile
index 8a016eecd3b..802385ab6c5 100644
--- a/emulators/blinkensim/Makefile
+++ b/emulators/blinkensim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/04/17 13:46:23 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:18 joerg Exp $
#
DISTNAME= blinkensim-2.2
@@ -10,13 +10,15 @@ MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.blinkenlights.de/
COMMENT= Blinkenlights graphics simulator
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= blinkenthemes>=0.8:../../graphics/blinkenthemes
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
post-install:
- cd ${PREFIX}/bin && ${LN} -s blinkensim-gtk blinkensim
+ ln -s blinkensim-gtk ${DESTDIR}${PREFIX}/bin/blinkensim
.include "../../devel/blib/buildlink3.mk"