mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
3f6692467b
- 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)
13 lines
252 B
Makefile
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
|