7d654d2943
allow the use of paths relative to it. FindBin supports invocation of Haskell programs via "ghci", via "runhaskell/runghc", as well as compiled as an executable. "to ahead, please" espie@
19 lines
411 B
Makefile
19 lines
411 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/20 09:38:07 kili Exp $
|
|
|
|
COMMENT = locate directory of original program
|
|
|
|
DISTNAME = FindBin-0.0.2
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://github.com/audreyt/findbin
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|