1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/audio/libbpm/Makefile
2017-10-13 08:58:28 +00:00

22 lines
492 B
Makefile

# 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/
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>