1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/libbnr/Makefile
Ion-Mihai Tetcu e8d1cc93e8 - s/INSTALLS_SHLIB/USE_LDCONFIG/
- use my @FreeBSD.org address
2006-06-29 13:20:09 +00:00

37 lines
839 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= devel mail
MASTER_SITES= http://dspam.nuclearelephant.com/sources/extras/ \
http://people.tecnik93.com/~itetcu/FreeBSD/ports/libbnr/sources/
MAINTAINER= itetcu@FreeBSD.org
COMMENT= GPL implementation of the Bayesian Noise Reduction algorithm
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
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>