summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/boost/Makefile')
-rw-r--r--meta-pkgs/boost/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-pkgs/boost/Makefile b/meta-pkgs/boost/Makefile
new file mode 100644
index 00000000000..98117df08c4
--- /dev/null
+++ b/meta-pkgs/boost/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2005/02/26 22:48:34 jmmv Exp $
+#
+
+BOOST_PACKAGE= meta-pkg
+BOOST_COMMENT= (meta package)
+
+.include "Makefile.common"
+
+CATEGORIES+= meta-pkgs
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://www.boost.org/
+COMMENT= Free, peer-reviewed portable C++ source libraries
+
+DEPENDS+= boost-build>=${BOOST_VERSION}:../../devel/boost-build
+DEPENDS+= boost-docs>=${BOOST_VERSION}:../../devel/boost-docs
+DEPENDS+= boost-headers>=${BOOST_VERSION}:../../devel/boost-headers
+DEPENDS+= boost-libs>=${BOOST_VERSION}:../../devel/boost-libs
+DEPENDS+= boost-python>=${BOOST_VERSION}:../../devel/boost-python
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+NO_BUILDLINK= yes
+NO_MTREE= yes
+
+do-patch: # empty
+
+do-install: # empty
+
+.include "../../mk/bsd.pkg.mk"