diff options
author | shattered <shattered@pkgsrc.org> | 2011-11-21 18:51:37 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-11-21 18:51:37 +0000 |
commit | 6485b8f84e392c0bbe724e0bfa140e9fc5babbcd (patch) | |
tree | b4bb327576c3cbbd49dc069bacd25891d037cf30 /textproc/libplist/Makefile | |
parent | 8edb430e101aa85c48fc9b6974359bd820a94cce (diff) | |
download | pkgsrc-6485b8f84e392c0bbe724e0bfa140e9fc5babbcd.tar.gz |
Import libplist-1.3 as textproc/libplist.
Library for handling Apple Binary and XML Property Lists.
Diffstat (limited to 'textproc/libplist/Makefile')
-rw-r--r-- | textproc/libplist/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/libplist/Makefile b/textproc/libplist/Makefile new file mode 100644 index 00000000000..4293064b132 --- /dev/null +++ b/textproc/libplist/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/11/21 18:51:37 shattered Exp $ +# + +DISTNAME= libplist-1.3 +CATEGORIES= textproc +MASTER_SITES= http://github.com/downloads/JonathanBeck/libplist/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.libimobiledevice.org/ +COMMENT= Handle Apple Binary and XML Property Lists +LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_CMAKE= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +PKGCONFIG_OVERRIDE+= libplist++.pc.in +PKGCONFIG_OVERRIDE+= libplist.pc.in +PY_PATCHPLIST= yes + +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../lang/python/extension.mk" +.include "../../devel/swig/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |