diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-01 12:12:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-01 12:12:08 +0000 |
commit | dd86930ba1cb2749e6fabaa7c833ff542fdc5f1f (patch) | |
tree | 50533b9bcfc3fe8986c4d8b0620d0e6422089b44 /audio/libofa/Makefile | |
parent | 48e5ff42d93004cdfc1f1d0fdfb651233ddce51e (diff) |
Notes
Diffstat (limited to 'audio/libofa/Makefile')
-rw-r--r-- | audio/libofa/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile new file mode 100644 index 000000000000..e362f01a0b00 --- /dev/null +++ b/audio/libofa/Makefile @@ -0,0 +1,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> |