191ad3f718
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
14 lines
363 B
Makefile
14 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/11/03 17:04:20 rillig Exp $
|
|
|
|
DISTNAME= chordii-4.5.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chordii/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Produce PS sheet-music from text input
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
GNU_CONFIGURE = yes
|
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|