Bring boost back into a single package. Splitting it was my mistake.

Discussed with several people, "go ahead" steven@
This commit is contained in:
deanna 2007-12-18 20:46:03 +00:00
parent 2d50a02928
commit 7deee3920d

View File

@ -1,10 +1,8 @@
# $OpenBSD: Makefile,v 1.9 2007/09/16 02:52:57 merdely Exp $ # $OpenBSD: Makefile,v 1.10 2007/12/18 20:46:03 deanna Exp $
COMMENT-main= free peer-reviewed portable C++ source libraries (headers) COMMENT= free peer-reviewed portable C++ source libraries
COMMENT-libs= free peer-reviewed portable C++ source libraries (libraries)
PKGNAME-main= boost-headers-${VERSION}p3 PKGNAME= boost-${VERSION}p1
PKGNAME-libs= boost-libs-${VERSION}p3
VERSION= 1.33.1 VERSION= 1.33.1
DISTNAME= boost_${VERSION:S/./_/g} DISTNAME= boost_${VERSION:S/./_/g}
@ -49,10 +47,7 @@ MAKE_ENV= GCC="${CC}" GXX="${CXX}"
REGRESS_TARGET= check REGRESS_TARGET= check
MULTI_PACKAGES= -main -libs WANTLIB= z c
PKG_ARCH-main= *
WANTLIB-libs= z c
do-configure: do-configure:
@cd ${WRKSRC}/libs/config && \ @cd ${WRKSRC}/libs/config && \