f5a514d4cf
Changelog: Version 0.3.13 (2010-01-21) --------------------------- - Fixed documentation location (--docdir in configure) * thanks to Chris Mayo for patch - Moved source code control to Github - Improvements to build system - Updated to autoconf 2.60, libtool 2.2, automake 1.10 and Doxygen 1.7.3 - Fix problem with 'extern inline' by changing them to 'static inline' - Wrote perl script to test output of the frontend - Changed all debugging messages, writing to stdout to write to stderr - Removed calls to exit() from libtwolame. - Added --non-copyright option (which is enabled by default) - Fix for bad copy/paste of variable assignment. - Manpage correction - Changed fopen() options to wb to fix Windows
22 lines
531 B
Makefile
22 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/02/05 13:32:44 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= twolame-0.3.13
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twolame/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.twolame.org/
|
|
COMMENT= Optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|