[Midnightbsd-cvs] mports [20010] trunk/devel/boost-libs/Makefile: refactor port to be more standard.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Aug 24 08:05:12 EDT 2015


Revision: 20010
          http://svnweb.midnightbsd.org/mports/?rev=20010
Author:   laffer1
Date:     2015-08-24 08:05:11 -0400 (Mon, 24 Aug 2015)
Log Message:
-----------
refactor port to be more standard. The magus indexer is having difficulty with it.

Modified Paths:
--------------
    trunk/devel/boost-libs/Makefile

Modified: trunk/devel/boost-libs/Makefile
===================================================================
--- trunk/devel/boost-libs/Makefile	2015-08-23 16:29:06 UTC (rev 20009)
+++ trunk/devel/boost-libs/Makefile	2015-08-24 12:05:11 UTC (rev 20010)
@@ -2,12 +2,22 @@
 # $MidnightBSD$
 
 PORTNAME=	boost-libs
+PORTVERSION=    1.55.0
+PORTREVISION=	1
+CATEGORIES=	devel
+MASTER_SITES=	SF/boost/boost/${PORTVERSION}
+PORTVERSUFFIX=  ${PORTVERSION:C/\.[0-9]+$//}
+DISTNAME=       boost_${PORTVERSION:S/./_/g}
+
+MAINTAINER=     ports at MidnightBSD.org
 COMMENT=	Free portable C++ libraries (without Boost.Python)
 
-LICENSE=mit
+LICENSE=	mit
 
-PORTREVISION=	0
+CONFLICTS+=     boost-python-1* boost-1*
 
+USES+=          tar:bzip2
+
 BUILD_DEPENDS+=	bjam:${PORTSDIR}/devel/boost-jam
 
 OPTIONS_DEFINE=	VERBOSE_BUILD DEBUG ICU OPTIMIZED_CFLAGS
@@ -15,8 +25,6 @@
 VERBOSE_BUILD_DESC=	Show compiler messages
 ICU_DESC=		Boost.Regex with ICU unicode support
 
-.include "${.CURDIR}/../boost-all/common.mk"
-
 .include "${.CURDIR}/../boost-all/compiled.mk"
 
 BJAM_ARGS+=	--without-python



More information about the Midnightbsd-cvs mailing list