freebsd-ports/audio/libofa/Makefile
Alexander Botero-Lowry 1e0bd18b8e - make fetchable
- USE_LDCONFIG instead of INSTALLS_SHLIB

PR:		105019
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-11-03 03:49:33 +00:00

32 lines
755 B
Makefile

# 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
CATEGORIES= audio
MASTER_SITES= http://www.musicdns.org/files/
MAINTAINER= alexbl@FreeBSD.org
COMMENT= The Open Fingerprint Architecture Library
LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \
expat.6:${PORTSDIR}/textproc/expat2 \
curl.3:${PORTSDIR}/ftp/curl
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
post-configure:
@${REINPLACE_CMD} -e "s|pcdir =.*|pcdir = ${PREFIX}/libdata/pkgconfig|g" \
${WRKSRC}/Makefile
.include <bsd.port.post.mk>