2013-11-08 09:55:44 +00:00

35 lines
792 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/11/08 09:55:44 sthen Exp $
COMMENT = Open Fingerprint Architecture library
DISTNAME = libofa-0.9.3
REVISION = 4
CATEGORIES = audio devel
HOMEPAGE = https://code.google.com/p/musicip-libofa/
SHARED_LIBS += ofa 0.0
# GPL
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = https://musicip-libofa.googlecode.com/files/
WANTLIB += m pthread stdc++ fftw3
# needed to build the examples
BUILD_DEPENDS = net/curl \
devel/gettext
LIB_DEPENDS = math/fftw3
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig
${INSTALL_DATA} ${WRKBUILD}/libofa.pc ${PREFIX}/lib/pkgconfig
.include <bsd.port.mk>