1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/boost-all/common.mk
Baptiste Daroussin 3f6692467b - update to 1.52.0
- pass maintainership to office@
- detect if compiler is gcc or clang and correctly set the toolset for bjam
- enable long-double support
- some cleanup

Approved by:	maintainer timeout (3 weeks with no reply)
2013-01-31 13:33:04 +00:00

13 lines
252 B
Makefile

PORTVERSION= 1.52.0
PORTVERSUFFIX= ${PORTVERSION:C/\.[0-9]+$//}
DISTNAME= boost_${PORTVERSION:S/./_/g}
CATEGORIES= devel
MAINTAINER= office@FreeBSD.org
CONFLICTS+= boost-python-1* boost-1*
MASTER_SITES= SF/boost/boost/${PORTVERSION}
USE_BZIP2= yes