blob: 745cbc9b708ae847c44350811d83471b8e06ad6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection Makefile for: blop
# Date created: 15 May 2002
# Whom: Tilman Linneweh <freebsdports@arved.de>
#
# $FreeBSD$
PORTNAME= blop
PORTVERSION= 0.2.5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= freebsdports@arved.de
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
USE_GMAKE= yes
USE_AUTOMAKE= yes
USE_AUTOCONF= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
MAKE_ENV= LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
AUTOMAKE_ARGS= --add-missing
pre-build:
cd ${WRKSRC}/src; ${GMAKE} sawtooth_data.h square_data.h parabola_data.h
.include <bsd.port.mk>
|