summaryrefslogtreecommitdiff
path: root/emulators/blinkensim/Makefile
diff options
context:
space:
mode:
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"