896a3d2384
While here, add LICENSE.
29 lines
751 B
Makefile
29 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/08/06 19:43:21 gls Exp $
|
|
#
|
|
|
|
DISTNAME= libofa-0.9.3
|
|
PKGREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://distfiles.aydogan.net/audio/ \
|
|
http://musicip-libofa.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/musicip-libofa/
|
|
COMMENT= Open Fingerprint Architecture library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
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"
|