1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/zinf/Makefile

46 lines
1012 B
Makefile
Raw Normal View History

# New ports collection makefile for: freeamp
# Date Created: 26 Oct 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= freeamp
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= http://www.freeamp.org/download/src/
2001-06-17 18:49:50 +00:00
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
LIB_DEPENDS= musicbrainz.1:${PORTSDIR}/audio/musicbrainz \
id3:${PORTSDIR}/audio/id3lib \
ttf.4:${PORTSDIR}/print/freetype
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
USE_XLIB= yes
USE_GNOMECTRL= yes
USE_GMAKE= yes
USE_AUTOCONF =yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_M_IX86"
.elif ${ARCH} == "alpha"
CONFIGURE_ENV= CFLAGS="${CFLAGS} -D_M_ALPHA"
.endif
post-install:
if [ ! -d ... ]; then \
${MKDIR} ${LOCALBASE}/etc/sdr/plugins; \
fi;\
${INSTALL_DATA} ${FILESDIR}/sdr2.plugin.S100.audio.rtp.mpa.freeamp \
${LOCALBASE}/etc/sdr/plugins/
.include <bsd.port.post.mk>