f9d71d769d
Integrate fix for compiling against newer versions of libstdc++ from Peter Hartley.
16 lines
389 B
Makefile
16 lines
389 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/10/05 13:24:48 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= mp3chop-1.08
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.fysh.org/~mac/mp3chop/
|
|
|
|
MAINTAINER= shattered@users.sourceforge.net
|
|
HOMEPAGE= http://www.fysh.org/~mac/mp3chop/
|
|
COMMENT= Program for chopping up mp3 files
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|