mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
34 lines
695 B
Makefile
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>
|