freebsd-ports/audio/arss/Makefile
Martin Wilke d24174cdb7 The Analysis & Resynthesis Sound Spectrograph (formerly known as the Analysis &
Reconstruction Sound Engine), or ARSS, is a program that analyses a sound file
into a spectrogram and is able to synthesise this spectrogram, or any other
user-created image, back into a sound.

ARSS is now superseded by Photosounder, which makes use of most of the
techniques offered by ARSS in a simple to use and powerful graphical user
interface and built in editor.

WWW: http://arss.sourceforge.net/

PR:		ports/142062
Submitted by:	Timothy Beyer <beyert at cs.ucr.edu>
2009-12-29 11:08:56 +00:00

34 lines
695 B
Makefile

# 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
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.5:${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>