2013-09-20 19:13:42 +02:00
|
|
|
# Created by: Ion-Mihai "IOnut" Tetcu<itetcu@people.tecnik93.com>
|
2005-03-11 17:00:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libbnr
|
|
|
|
PORTVERSION= 2.0.3
|
2014-06-25 20:37:10 +02:00
|
|
|
PORTREVISION= 2
|
2005-03-11 17:00:01 +01:00
|
|
|
CATEGORIES= devel mail
|
|
|
|
MASTER_SITES= http://dspam.nuclearelephant.com/sources/extras/ \
|
2008-03-25 10:30:14 +01:00
|
|
|
http://T32.TecNik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
|
2005-03-11 17:00:01 +01:00
|
|
|
|
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
|
|
|
|
|
2014-01-21 01:20:56 +01:00
|
|
|
OPTIONS_DEFINE= DOCS DEBUG
|
|
|
|
|
2014-06-25 20:37:10 +02:00
|
|
|
USES= libtool
|
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}
|
|
|
|
|
2014-01-21 01:20:56 +01:00
|
|
|
DEBUG_CFLAGS= -g -DDEBUG
|
2005-03-11 17:00:01 +01:00
|
|
|
|
|
|
|
PORTDOCS= README
|
|
|
|
|
|
|
|
post-install:
|
2014-01-21 01:20:56 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/example.c ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
2005-03-11 17:00:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|