blob: e25f3f225622b3c2b110a6cc4d5790b477a2aa9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Mykola Dzham <i@levsha.me>
# $FreeBSD$
PORTNAME= libbpm
PORTVERSION= 0.3
PORTREVISION= 1
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
USES= pathfix pkgconfig libtool
post-patch:
${SED} -i '' 's/\(-release .*\)/\1 -version-info 0/' ${WRKSRC}/Makefile.in ${WRKSRC}/*/Makefile.in
.include <bsd.port.mk>
|