23e49c0464
This package contains libffi and libgc, other LICENSEs. then also CONFLICTS with devel/libffi and lib/boehm-gc.
37 lines
851 B
Makefile
37 lines
851 B
Makefile
# $NetBSD: Makefile,v 1.24 2011/05/21 11:59:53 obache Exp $
|
|
|
|
DISTNAME= pnet-0.8.0
|
|
#PKGREVISION= 1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/dotgnu-pnet/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.dotgnu.org/
|
|
COMMENT= DotGNU Portable.NET (development tools)
|
|
|
|
BUILD_DEPENDS+= treecc>=0.2.6:../../devel/treecc
|
|
|
|
CONFLICTS= mono-[0-9]*
|
|
CONFLICTS+= libffi-[0-9]*
|
|
CONFLICTS+= boehm-gc-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# Unsupported by internal libffi
|
|
NOT_FOR_PLATFORM= NetBSD-*-x86_64
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_TOOLS+= gmake lex makeinfo
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= # PLIST
|
|
|
|
PTHREAD_OPTS+= require native
|
|
|
|
CONFIGURE_ARGS+= --enable-threads=posix
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|