15 lines
366 B
Makefile
15 lines
366 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/05/29 08:54:02 darcy Exp $
|
|
|
|
DISTNAME= chordii-4.5.1
|
|
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"
|