diff options
author | will <will@FreeBSD.org> | 2000-10-28 07:34:09 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 07:34:09 +0000 |
commit | b8ae58597d334a749635e63e9ab667d7dbe550fe (patch) | |
tree | 3a72e85828f6e3fc69de6bc585e4309848d3ca3e /audio/zinf/Makefile | |
parent | 4498082c1457126be76821964a0afa51dce9d265 (diff) | |
download | FreeBSD-ports-b8ae58597d334a749635e63e9ab667d7dbe550fe.zip FreeBSD-ports-b8ae58597d334a749635e63e9ab667d7dbe550fe.tar.gz |
Add freeamp 2.1rc3, another attempt at an excellent audio player.
PR: 22322
Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'audio/zinf/Makefile')
-rw-r--r-- | audio/zinf/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile new file mode 100644 index 0000000..8c42a26 --- /dev/null +++ b/audio/zinf/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: freeamp +# Date Created: 26 Oct 2000 +# Whom: Roman Shterenzon <roman@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= freeamp +PORTVERSION= 2.1.rc3 +CATEGORIES= audio +MASTER_SITES= http://www.freeamp.org/download/src/ + +MAINTAINER= roman@xpert.com + +BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +LIB_DEPENDS= musicbrainz.1:${PORTSDIR}/audio/musicbrainz \ + id3:${PORTSDIR}/audio/id3lib \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + ttf.4:${PORTSDIR}/print/freetype \ + ORBit.2:${PORTSDIR}/devel/ORBit + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_BZIP2= yes +USE_XLIB= yes +USE_GTK= yes +USE_GMAKE= yes +GNU_CONFIGURE= 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 + +.include <bsd.port.post.mk> |