summaryrefslogtreecommitdiff
path: root/audio/zinf/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /audio/zinf/Makefile
parent8c307777eaf81af4195ae428b3ebbeba734fc5af (diff)
Diffstat (limited to 'audio/zinf/Makefile')
-rw-r--r--audio/zinf/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile
deleted file mode 100644
index fffc8df21067..000000000000
--- a/audio/zinf/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: freeamp
-# Date Created: 26 Oct 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= freeamp
-PORTVERSION= 2.1.rc5
-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>