84dceed952
The latter contains the unstable version 3 of mono, which breaks many mono packages. Bump dependencies and PKGREVISIONs. Ok during freeze: gdt@
33 lines
837 B
Makefile
33 lines
837 B
Makefile
# $NetBSD: Makefile,v 1.20 2013/06/17 12:44:54 wiz Exp $
|
|
|
|
DISTNAME= mono-basic-2.10
|
|
PKGREVISION= 5
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/mono-basic/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= kefren@NetBSD.org
|
|
HOMEPAGE= http://www.mono-project.com/
|
|
COMMENT= Visual Basic .NET support for mono
|
|
LICENSE= gnu-lgpl-v2 AND mit
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES+= # empty
|
|
EXTRACT_USING= gtar
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
REPLACE_SH+= vbnc/vbnc/setversion.sh
|
|
|
|
UNLIMIT_RESOURCES= datasize
|
|
UNLIMIT_RESOURCES+= stacksize
|
|
UNLIMIT_RESOURCES+= memorysize
|
|
|
|
SUBST_CLASSES+= fix-mandir
|
|
SUBST_STAGE.fix-mandir= post-configure
|
|
SUBST_MESSAGE.fix-mandir= Fixing man path
|
|
SUBST_FILES.fix-mandir= build/config.make
|
|
SUBST_SED.fix-mandir= -e 's,share/man,man,'
|
|
|
|
.include "../../lang/mono2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|