blob: 8c87cc4b739a0f35d9179ddf10da784eb5e02ab7 (
plain) (
blame)
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
28
29
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: libofa
# Date created: 2006-04-01
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= libofa
PORTVERSION= 0.9.3
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= GOOGLE_CODE
MAINTAINER= jhale@FreeBSD.org
COMMENT= The Open Fingerprint Architecture Library
LICENSE= APL1 GPLv2
LICENSE_COMB= dual
LICENSE_GROUPS_APL1= OSI
LICENSE_NAME_APL1= Adaptive Public License version 1.0
LICENSE_FILE_APL1= ${WRKSRC}/COPYING
LICENSE_PERMS_APL1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
expat:${PORTSDIR}/textproc/expat2 \
curl:${PORTSDIR}/ftp/curl
PROJECTHOST= musicip-libofa
USE_DOS2UNIX= yes
USE_AUTOTOOLS= libtool
USES= pathfix
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
.include <bsd.port.mk>
|