2009-02-21 14:22:43 +01:00
|
|
|
# $NetBSD: Makefile,v 1.13 2009/02/21 13:22:43 wiz Exp $
|
2005-11-25 00:19:51 +01:00
|
|
|
#
|
|
|
|
|
Update to 0.3.10:
gtick 0.3.10, 2006-05-16, Roland Stigge <stigge@antcom.de>
* Updated Czech, German, Irish, Italian, Russian and Vietnamese
translations
gtick 0.3.9, 2006-03-18, Roland Stigge <stigge@antcom.de>
* Added Ukrainian translation (po/uk.po)
gtick 0.3.8, 2006-03-06, Roland Stigge <stigge@antcom.de>
* po/vi.po: Updated Vietnamese translation
* src/metro.c: Applied patch by Tom Hargreaves <hex@freezone.co.uk>
against race condition
* Applied additional keybindings, patch by Jeremiah Benham
<jjbenham@chicagoguitar.com>
2006-07-04 00:34:51 +02:00
|
|
|
DISTNAME= gtick-0.3.10
|
2009-02-21 14:22:43 +01:00
|
|
|
PKGREVISION= 2
|
2005-11-25 00:19:51 +01:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.antcom.de/gtick/download/
|
|
|
|
|
2007-07-08 14:35:10 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-11-25 00:19:51 +01:00
|
|
|
HOMEPAGE= http://www.antcom.de/gtick/
|
|
|
|
COMMENT= Metronome application using GTK2+
|
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2005-11-25 00:19:51 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2007-02-22 20:26:05 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2005-11-25 00:19:51 +01:00
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
|
|
|
LIBS+= ${LIBOSSAUDIO}
|
|
|
|
|
|
|
|
SUBST_CLASSES+= oss
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.oss= Fixing paths to OSS devices.
|
2005-11-25 00:19:51 +01:00
|
|
|
SUBST_STAGE.oss= pre-configure
|
|
|
|
SUBST_FILES.oss= src/globals.h
|
|
|
|
SUBST_SED.oss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g'
|
|
|
|
|
|
|
|
SUBST_CLASSES+= header
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.header= Fixing include dependency.
|
2005-11-25 00:19:51 +01:00
|
|
|
SUBST_STAGE.header= pre-configure
|
|
|
|
SUBST_FILES.header= src/dsp.c
|
|
|
|
SUBST_SED.header= -e 's/FreeBSD__)/& || defined(__NetBSD__)/g'
|
|
|
|
|
|
|
|
.include "../../audio/libsndfile/buildlink3.mk"
|
2007-01-26 21:05:53 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/oss.buildlink3.mk"
|
2005-11-25 00:19:51 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|