summaryrefslogtreecommitdiff
path: root/audio/twolame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/twolame/Makefile')
-rw-r--r--audio/twolame/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile
deleted file mode 100644
index 583409d4238..00000000000
--- a/audio/twolame/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2007/01/07 12:25:53 wiz Exp $
-#
-
-DISTNAME= twolame-0.3.7
-PKGREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= http://www.ecs.soton.ac.uk/~njh/twolame/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.twolame.org/
-COMMENT= Optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME
-
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= pkg-config
-GNU_CONFIGURE= yes
-
-PKGCONFIG_OVERRIDE+= twolame.pc.in
-
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"