aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libofa/Makefile
blob: e362f01a0b0067c58493f1617c071f7792ac8d8e (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
# New ports collection makefile for:    libofa
# Date created:     2006-04-01
# Whom:         Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#

PORTNAME=   libofa
PORTVERSION=    0.9.1
CATEGORIES= audio
MASTER_SITES=   http://www.musicdns.org/themes/musicdns_org/downloads/

MAINTAINER= alex@foxybanana.com
COMMENT=    The Open Fingerprint Architecture Library

LIB_DEPENDS=    fftw3.3:${PORTSDIR}/math/fftw3 \
        expat.6:${PORTSDIR}/textproc/expat2 \
        curl.3:${PORTSDIR}/ftp/curl

USE_GNOME=  pkgconfig
GNU_CONFIGURE=  yes
INSTALLS_SHLIB= yes

post-configure:
    @${REINPLACE_CMD} -e "s|pcdir =.*|pcdir = ${PREFIX}/libdata/pkgconfig|g" \
        ${WRKSRC}/Makefile

.include <bsd.port.mk>