diff options
author | khorben <khorben@pkgsrc.org> | 2012-12-17 00:09:34 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2012-12-17 00:09:34 +0000 |
commit | 202fac335606eb42fa54b95750467b580bbcf462 (patch) | |
tree | faf03785af23fe2e6c952c3258c4a6949bcdb95d /x11/deforaos-libdesktop/Makefile | |
parent | 7a5aab88dcb4cbd39447569c28ddc311f837820f (diff) | |
download | pkgsrc-202fac335606eb42fa54b95750467b580bbcf462.tar.gz |
Imported wip/deforaos-libdesktop, the DeforaOS desktop library, under
x11/deforaos-libdesktop (version 0.0.8)
Diffstat (limited to 'x11/deforaos-libdesktop/Makefile')
-rw-r--r-- | x11/deforaos-libdesktop/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/deforaos-libdesktop/Makefile b/x11/deforaos-libdesktop/Makefile new file mode 100644 index 00000000000..3d8558d31fc --- /dev/null +++ b/x11/deforaos-libdesktop/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2012/12/17 00:09:34 khorben Exp $ +# + +DISTNAME= libDesktop-0.0.8 +PKGNAME= deforaos-libdesktop-0.0.8 +CATEGORIES= x11 +MASTER_SITES= http://www.defora.org/os/download/download/3699/ + +MAINTAINER= khorben@defora.org +HOMEPAGE= http://www.defora.org/ +COMMENT= DeforaOS desktop library + +LICENSE= gnu-gpl-v3 + +USE_TOOLS+= pkg-config + +MAKE_FLAGS+= DESTDIR=${DESTDIR} +MAKE_FLAGS+= PREFIX=${PREFIX} + +.include "../../devel/deforaos-libsystem/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../textproc/gtk-doc/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |