aboutsummaryrefslogtreecommitdiffstats
path: root/audio/arss/Makefile
blob: d43a34f5397417ffd8c2c9691bcfe34de3a7326e (plain) (blame)
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
31
32
33
34
# New ports collection makefile for:    arss
# Date created:             2009-12-26
# Whom:         Timothy Beyer <beyert@cs.ucr.edu>
#
# $FreeBSD$
#

PORTNAME=   arss
PORTVERSION=    0.2.3
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   SF
DISTNAME=   ${PORTNAME}-${PORTVERSION}-src

MAINTAINER= beyert@cs.ucr.edu
COMMENT=    Additive Image Synthesizer (convert audio to images, images to audio)

LIB_DEPENDS=    fftw3:${PORTSDIR}/math/fftw3

WRKSRC= ${WRKDIR}/${DISTNAME}/src

USE_CMAKE=  yes
USE_LDCONFIG=   ${PREFIX}/lib
CFLAGS+=    -L${LOCALBASE}/lib -I${LOCALBASE}/include
CMAKE_C_FLAGS=  ${CFLAGS}

PLIST_FILES=    bin/arss

.include <bsd.port.pre.mk>

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/arss ${PREFIX}/bin

.include <bsd.port.post.mk>