pkgsrc-wip/hs-xdg-basedir/Makefile
PHO / phonohawk dc865c34d3 Import hs-xdg-basedir-0.2.1 as wip/hs-xdg-basedir.
On Unix platforms, this should be a very straightforward
implementation of the XDG Base Directory spec. On Windows, it will
attempt to do the right thing with regards to choosing appropriate
directories.
2011-07-08 10:03:04 +00:00

12 lines
306 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/07/08 10:03:04 phonohawk Exp $
#
DISTNAME= xdg-basedir-0.2.1
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Basic implementation of the XDG Base Directory specification
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"