4ce6f8a2b8
signal processing routines. It's aim is to form a complete set of routines needed to handle RF Cavity BPM data, from digital downmixing, sampling, calibrating analysing and simulating BPM data. This library has been developed in the context of the BPM work done by the accelerator physics groups at University College London, Royal Holloway University of London and the University of Cambridge (UK) (2006-2008) WWW: http://www.hep.ucl.ac.uk/~bino/libbpm/ PR: ports/142542 Submitted by: Mykola Dzham <i@levsha.me>
25 lines
622 B
Makefile
25 lines
622 B
Makefile
# New ports collection makefile for: libbpm
|
|
# Date created: 11 December 2009
|
|
# Whom: Mykola Dzham <i@levsha.me>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libbpm
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.hep.ucl.ac.uk/~bino/libbpm/dist/ http://levsha.me/ports/distfiles/
|
|
|
|
MAINTAINER= i@levsha.me
|
|
COMMENT= C-library contains low level beam position monitor signal processing
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gnomehack pkgconfig
|
|
|
|
post-patch:
|
|
${SED} -i '' 's/\(-release .*\)/\1 -version-info 0/' ${WRKSRC}/Makefile.in ${WRKSRC}/*/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|