1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/jamin/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

28 lines
725 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= jamin
PORTVERSION= 0.95.0
PORTREVISION= 15
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= JACK Audio Mastering interface
LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
libjack.so:audio/jack \
liblo.so:audio/liblo
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \
${LOCALBASE}/lib/ladspa/fast_lookahead_limiter_1913.so:audio/swhplugins
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
GNU_CONFIGURE= yes
USES= desktop-file-utils gmake libtool pkgconfig shared-mime-info
USE_GNOME= gtk20 intltool libxml2
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ladspa/jamincont_1912.so
.include <bsd.port.mk>