15 lines
364 B
Makefile
15 lines
364 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/11/24 12:04:23 mef 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"
|