2005-03-11 17:00:01 +01:00
|
|
|
# New ports collection makefile for: libbnr
|
|
|
|
# Date created: 2005-02-27
|
|
|
|
# Whom: Ion-Mihai "IOnut" Tetcu<itetcu@people.tecnik93.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libbnr
|
|
|
|
PORTVERSION= 2.0.3
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2005-03-11 17:00:01 +01:00
|
|
|
CATEGORIES= devel mail
|
|
|
|
MASTER_SITES= http://dspam.nuclearelephant.com/sources/extras/ \
|
|
|
|
http://people.tecnik93.com/~itetcu/FreeBSD/ports/libbnr/sources/
|
|
|
|
|
2006-06-29 15:20:09 +02:00
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
2005-03-11 17:00:01 +01:00
|
|
|
COMMENT= GPL implementation of the Bayesian Noise Reduction algorithm
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-06-29 15:20:09 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-03-11 17:00:01 +01:00
|
|
|
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/${PORTNAME}
|
|
|
|
|
|
|
|
.ifdef(WITH_DEBUG)
|
|
|
|
CFLAGS+= -g -DDEBUG
|
|
|
|
.endif
|
|
|
|
|
|
|
|
PORTDOCS= README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/example.c ${EXAMPLESDIR}
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|