16 lines
451 B
Makefile
16 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/03/11 07:30:30 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= gtk2hs-buildtools-0.12.3
|
|
PKGNAME= ${DISTNAME}
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Tools to build the Gtk2Hs suite of User Interface libraries
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/alex/buildlink3.mk"
|
|
.include "../../wip/happy/buildlink3.mk"
|
|
.include "../../wip/hs-random/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|