update Sun Jun 13 18:37:00 PDT 2010
[pkgsrc.git] / emulators / blinkensim / Makefile
1 # $NetBSD: Makefile,v 1.13 2010/06/13 22:44:14 wiz Exp $
2 #
3
4 DISTNAME=       blinkensim-2.2
5 PKGREVISION=    7
6 CATEGORIES=     emulators graphics
7 MASTER_SITES=   http://sven.gimp.org/blinkenlights/old/
8
9 MAINTAINER=     salo@NetBSD.org
10 HOMEPAGE=       http://www.blinkenlights.de/
11 COMMENT=        Blinkenlights graphics simulator
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 DEPENDS+=       blinkenthemes>=0.8:../../graphics/blinkenthemes
16
17 GNU_CONFIGURE=  YES
18 USE_TOOLS+=     pkg-config
19
20 post-install:
21         ln -s blinkensim-gtk ${DESTDIR}${PREFIX}/bin/blinkensim
22
23 .include "../../devel/blib/buildlink3.mk"
24
25 .include "../../mk/bsd.pkg.mk"