mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
2d8b17ea39
With hat: portmgr
21 lines
502 B
Makefile
21 lines
502 B
Makefile
# Created by: 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
|
|
USES= pathfix pkgconfig
|
|
|
|
post-patch:
|
|
${SED} -i '' 's/\(-release .*\)/\1 -version-info 0/' ${WRKSRC}/Makefile.in ${WRKSRC}/*/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|