diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-05-17 16:56:02 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-05-17 16:56:02 +0000 |
commit | 636097337c460398910d1af01c5b92bd5f1e9394 (patch) | |
tree | 3d2ac4036084b8829835de3d7e57e02a993cb19b /devel/dlcompat/Makefile | |
parent | fe60cdbcb8842967a735276e2fe1ed5f3bd041f7 (diff) | |
download | pkgsrc-636097337c460398910d1af01c5b92bd5f1e9394.tar.gz |
Import dlcompat-20020508, from Jeff Putsch <jdputsch@attbi.com> in
pkg/16104, with a few tweaks. This package is for Darwin/Mac OS X
systems only.
dlcompat provides the dlopen() interface for dynamic loading of
modules for applications that need it. It is based on Apple code
that was only released via Darwin CVS.
This version comes from the Fink project.
Diffstat (limited to 'devel/dlcompat/Makefile')
-rw-r--r-- | devel/dlcompat/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/dlcompat/Makefile b/devel/dlcompat/Makefile new file mode 100644 index 00000000000..682f6407837 --- /dev/null +++ b/devel/dlcompat/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/17 16:56:02 schmonz Exp $ +# + +DISTNAME= dlcompat-20020508 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fink/} + +MAINTAINER= schmonz@netbsd.org +HOMEPAGE= http://fink.sourceforge.net/ +COMMENT= Library for dlopen() emulation on Darwin + +ONLY_FOR_PLATFORM= Darwin-*-* + +.include "../../mk/bsd.pkg.mk" |