1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/lv2core/Makefile
Sylvio Cesar Teixeira be94be4801 - Update to 4.0
2011-08-16 17:32:22 +00:00

31 lines
593 B
Makefile

# New ports collection makefile for: lv2core
# Date created: 2008-11-20
# Whom: xaimus <xaimus@gmail.com>
#
# $FreeBSD$
#
PORTNAME= lv2core
PORTVERSION= 4.0
CATEGORIES= audio
MASTER_SITES= http://lv2plug.in/spec/
MAINTAINER= ports@FreeBSD.org
COMMENT= LV2 Core Package
USE_BZIP2= yes
USE_PYTHON_BUILD= yes
USE_GNOME= pkgconfig
do-configure:
cd ${WRKSRC} && ${SETENV} DESTDIR=${LOCALBASE} ./waf configure
${REINPLACE_CMD} -e '42s|lib|libdata|g' ${WRKSRC}/build/c4che/_cache.py
do-build:
cd ${WRKSRC} && ./waf build
do-install:
cd ${WRKSRC} && ./waf install
.include <bsd.port.mk>