14 lines
371 B
Makefile
14 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/03/11 07:39:34 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= glib-0.12.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Binding to the GLIB library for Gtk2Hs
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../wip/gtk2hs-buildtools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|