blob: b796291bda49c7f1de0245d5eeb4c67f9ec22b32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.6 2010/01/17 12:02:05 wiz Exp $
#
DISTNAME= libofa-0.9.3
PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.musicip.com/dns/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.musicip.com/dns/index.jsp
COMMENT= Open Fingerprint Architecture library
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libofa.pc.in
.include "../../math/fftw/buildlink3.mk"
# next two only needed for examples
.include "../../textproc/expat/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|