2012-03-11 06:27:51 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2012/03/11 05:27:51 phonohawk Exp $
|
2011-07-08 11:42:59 +02:00
|
|
|
#
|
|
|
|
|
2012-03-04 08:47:44 +01:00
|
|
|
DISTNAME= executable-path-0.0.3
|
2011-07-08 11:42:59 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
|
|
COMMENT= Finding out the full path of the executable
|
|
|
|
LICENSE= public-domain
|
|
|
|
|
|
|
|
# We should support more platforms in the near future.
|
2012-03-11 06:27:51 +01:00
|
|
|
ONLY_FOR_PLATFORM= Darwin-*-* FreeBSD-*-* NetBSD-*-*
|
2011-07-08 11:42:59 +02:00
|
|
|
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|