diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-12 17:15:26 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-12 17:15:26 +0000 |
commit | 983e75e116d6f01b67b0eede4df433b14725e3d8 (patch) | |
tree | c8e6a73e1fc0a6f4cb3fc73bb8df76b62dd70e76 /lang/pnetlib/Makefile | |
parent | 90c951d03771e6c4111593f7794fe309c2d7796f (diff) | |
download | pkgsrc-983e75e116d6f01b67b0eede4df433b14725e3d8.tar.gz |
Initial import of pnetlib-0.6.2, packaged by pancake via pkgsrc-wip.
This distribution contains an implementation of the C# library, for use
with .NET-capable runtime engines and applications. Originally designed
for DotGNU Portable.NET, this library can be used by other .NET development
effort also.
Diffstat (limited to 'lang/pnetlib/Makefile')
-rw-r--r-- | lang/pnetlib/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/pnetlib/Makefile b/lang/pnetlib/Makefile new file mode 100644 index 00000000000..008f57f4052 --- /dev/null +++ b/lang/pnetlib/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 17:15:26 xtraeme Exp $ +# + +.include "${.CURDIR}/Makefile.common" + +USE_X11= yes + +CONFIGURE_ARGS+= --enable-xft +CONFIGURE_ARGS+= --with-x + +PLIST_SUBST+= WITH_X11= + +CONFLICTS= pnetlib-nox11-[0-9]* + +.include "../../fonts/Xft2/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |