17 lines
399 B
Makefile
17 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/04/14 20:05:24 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= mp3chop-1.08
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.fysh.org/~mac/mp3chop/
|
|
|
|
MAINTAINER= shattered@NetBSD.org
|
|
HOMEPAGE= http://www.fysh.org/~mac/mp3chop/
|
|
COMMENT= Program for chopping up mp3 files
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|