pkgsrc/audio/mp3val/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

24 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:07 rodent Exp $
#
DISTNAME= mp3val-0.1.8-src
PKGNAME= mp3val-0.1.8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3val/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mp3val.sourceforge.net/
COMMENT= Checker for mp3
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c++
USE_TOOLS+= gmake
MAKE_FILE= Makefile.linux
BUILD_TARGET= mp3val
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"