b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
19 lines
449 B
Makefile
19 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:04 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= denemo-0.5.4
|
|
PKGREVISION= 1
|
|
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
|
|
DEPENDS+= gtk+>=1.2.0:../../x11/gtk
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_X11BASE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|