blob: 26e8124e5c928a072b0a3e90e1d3931f21c262c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.9 2003/07/17 21:40:18 grant Exp $
#
DISTNAME= denemo-0.5.4
PKGREVISION= 4
CATEGORIES= graphics print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=denemo/}
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://denemo.sourceforge.net/
COMMENT= GUI musical score editor written in C/GTK+
DEPENDS+= lilypond-[0-9]*:../../print/lilypond
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|