blob: 78372a5cd9810cf9877544dc082725d8c4cb81d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.2 2003/03/01 10:22:39 jmc Exp $
#
DISTNAME= synaesthesia-xmms-0.0.3-rc3
PKGNAME= xmms-synaesthesia-0.0.3rc3
CATEGORIES= audio xmms
MASTER_SITES= http://staff.xmms.org/zinx/xmms/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://staff.xmms.org/zinx/xmms/
COMMENT= Port of Synaesthesia to an XMMS plugin
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
USE_X11= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
.include "../../audio/xmms/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|