/[ports]/head/devel/hyperscan/Makefile
ViewVC logotype

Diff of /head/devel/hyperscan/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 422219 by vsevolod, Mon Jun 20 13:45:37 2016 UTC revision 422220 by vsevolod, Thu Sep 15 18:04:14 2016 UTC
# Line 1  Line 1 
1  # $FreeBSD$  # $FreeBSD$
2    
3  PORTNAME=       hyperscan  PORTNAME=       hyperscan
4  PORTVERSION=    4.2.0  PORTVERSION=    4.3.1
5  DISTVERSIONPREFIX=      v  DISTVERSIONPREFIX=      v
6  CATEGORIES=     devel textproc  CATEGORIES=     devel textproc
7  MASTER_SITES=   GH:hs SF/boost/boost/1.59.0:boost  MASTER_SITES=   GH:hs SF/boost/boost/1.59.0:boost
# Line 23  ONLY_FOR_ARCHS_REASON= SSSE3 is required Line 23  ONLY_FOR_ARCHS_REASON= SSSE3 is required
23  OPTIONS_DEFINE= SHARED NATIVE  OPTIONS_DEFINE= SHARED NATIVE
24  SHARED_DESC=            Build shared library  SHARED_DESC=            Build shared library
25  NATIVE_DESC=            Build with native CPU tunes  NATIVE_DESC=            Build with native CPU tunes
26    OPTIONS_DEFAULT=        SHARED
27    
28  .ifndef DEBUG_FLAGS  .ifndef DEBUG_FLAGS
29  CMAKE_BUILD_TYPE=       MinSizeRel  CMAKE_BUILD_TYPE=       Release
30  .else  .else
31  CMAKE_BUILD_TYPE=       Debug  CMAKE_BUILD_TYPE=       Debug
32  .endif  .endif
# Line 46  CFLAGS+=       -march=core2 Line 47  CFLAGS+=       -march=core2
47  CMAKE_ARGS+=    -DBUILD_STATIC_AND_SHARED=ON  CMAKE_ARGS+=    -DBUILD_STATIC_AND_SHARED=ON
48  PLIST_SUB+=     SHARED="" \  PLIST_SUB+=     SHARED="" \
49                  SOVERSION=${PORTVERSION} \                  SOVERSION=${PORTVERSION} \
50                  SOSHORTVERSION=${PORTVERSION:C/\.[0-9]$//}                  SOSHORTVERSION=${PORTVERSION:C/\.[0-9].[0-9]$//}
51  .else  .else
52  PLIST_SUB+=     SHARED="@comment "  PLIST_SUB+=     SHARED="@comment "
53  .endif  .endif

Legend:
Removed from v.422219  
changed lines
  Added in v.422220

  ViewVC Help
Powered by ViewVC 1.1.27