summaryrefslogtreecommitdiff
path: root/audio/libmpg123/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libmpg123/Makefile.common')
-rw-r--r--audio/libmpg123/Makefile.common34
1 files changed, 0 insertions, 34 deletions
diff --git a/audio/libmpg123/Makefile.common b/audio/libmpg123/Makefile.common
deleted file mode 100644
index e61f71396b9..00000000000
--- a/audio/libmpg123/Makefile.common
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile.common,v 1.3 2012/10/21 10:27:14 cheusov Exp $
-#
-# used by audio/libmpg123/Makefile
-
-.include "../../audio/libmpg123/Makefile.version"
-
-DISTNAME= mpg123-${MPG123_DISTVERSION}
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg123/}
-EXTRACT_SUFX= .tar.bz2
-
-HOMEPAGE= http://mpg123.sourceforge.net/
-
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
-USE_LIBTOOL= yes
-
-CONFIGURE_ARGS+= --enable-fifo=yes
-CONFIGURE_ARGS+= --enable-modules=yes
-CONFIGURE_ARGS+= --enable-network=yes
-CONFIGURE_ARGS+= --enable-gapless=yes
-###
-### XXX Use pkgsrc-provided CFLAGS.
-###
-CONFIGURE_ARGS+= --with-optimization=0
-CFLAGS+= ${COPTS.mpg123:U${COPTS}}
-###
-### XXX This should be set to 'no' for platforms where it is required.
-### It's easier doing this here than patching configure.
-MPG123_XFERMEM= yes
-.if !empty(MPG123_XFERMEM:tl:Myes)
-BUILDLINK_TRANSFORM+= rm:-DNO_XFERMEM
-.endif