pkgsrc/lang/pnet/Makefile
marino 14cdbc8fa2 lang/pnet: Mask for all DragonFly platforms
It doesn't build on i386.  When gcconfig.h is modified to recognize x86_64
platform, it breaks in the Boehm garbage collector.  This is alpha-grade
software from GNU that hasn't had a release in over 4.5 years.  Frankly, I
don't know how this abandoned project deserves a spot in pkgsrc.
2011-12-16 17:20:09 +00:00

38 lines
884 B
Makefile

# $NetBSD: Makefile,v 1.25 2011/12/16 17:20:09 marino 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
NOT_FOR_PLATFORM+= DragonFly-*-*
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"