26 lines
521 B
Makefile
26 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:59 espie Exp $
|
|
|
|
COMMENT = DrIFT with pugs-specific rules
|
|
|
|
DISTNAME = pugs-DrIFT-2.2.3.1
|
|
REVISION = 3
|
|
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
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
LIB_DEPENDS = devel/hs-HsSyck \
|
|
devel/hs-stm
|
|
RUN_DEPENDS = ${LIB_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|