freebsd-ports/devel/libdsp/Makefile
Ying-Chieh Liao a08d7ea835 add libdsp, a C++ class library of common digital signal processing functions
PR:		24373
Approved by:	clive (my mentor)
2001-01-22 16:33:23 +00:00

30 lines
656 B
Makefile

# ex:ts=8
# New ports collection makefile for: libdsp
# Date created: Jan 16, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdsp
PORTVERSION= 3.3.4
CATEGORIES= devel audio
MASTER_SITES= http://www.pp.clinet.fi/~visitor/dlbins/
DISTNAME= libdsp-src
MAINTAINER= ijliao@FreeBSD.org
# dont use "USE_LIBTOOL=yes" because there's no configure script
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
MAKEFILE= Makefile.FreeBSD
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>