Prune audio/clementine-player
[dports.git] / audio / libofa / Makefile
1 # Created by: Alexander Botero-Lowry <alex@foxybanana.com>
2 # $FreeBSD$
3
4 PORTNAME=       libofa
5 PORTVERSION=    0.9.3
6 PORTREVISION=   10
7 CATEGORIES=     audio
8 MASTER_SITES=   GOOGLE_CODE
9
10 MAINTAINER=     jhale@FreeBSD.org
11 COMMENT=        The Open Fingerprint Architecture Library
12
13 LICENSE=                APL1 GPLv2
14 LICENSE_COMB=           dual
15 LICENSE_GROUPS_APL1=    OSI
16 LICENSE_NAME_APL1=      Adaptive Public License version 1.0
17 LICENSE_FILE_APL1=      ${WRKSRC}/COPYING
18 LICENSE_PERMS_APL1=     dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
19
20 LIB_DEPENDS=    libfftw3.so:math/fftw3 \
21                 libexpat.so:textproc/expat2 \
22                 libcurl.so:ftp/curl
23
24 PROJECTHOST=    musicip-libofa
25 USES=           dos2unix libtool pathfix
26 GNU_CONFIGURE=  yes
27 CPPFLAGS+=      -I${LOCALBASE}/include
28 LDFLAGS+=       -L${LOCALBASE}/lib
29 USE_LDCONFIG=   yes
30 INSTALL_TARGET= install-strip
31
32 .include <bsd.port.mk>