26 lines
542 B
Makefile
26 lines
542 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/04/11 14:46:29 kili Exp $
|
|
|
|
COMMENT = DrIFT with pugs-specific rules
|
|
|
|
DISTNAME = pugs-DrIFT-2.2.3.1
|
|
REVISION = 4
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://pugscode.org/
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = c gmp m pthread util
|
|
|
|
MODULES = lang/ghc converters/libiconv
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/hs-HsSyck \
|
|
devel/hs-stm
|
|
|
|
.include <bsd.port.mk>
|