|
Lines 1-9
Link Here
|
| 1 |
# New ports collection makefile for: clunk |
1 |
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> |
| 2 |
# Date created: 05 Aug 2009 |
|
|
| 3 |
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> |
| 4 |
# |
| 5 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 6 |
# |
|
|
| 7 |
PORTNAME= clunk |
3 |
PORTNAME= clunk |
| 8 |
PORTVERSION= 1.2.130 |
4 |
PORTVERSION= 1.2.130 |
|
Lines 20-30
Link Here
|
| 20 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
| 21 |
MAKE_JOBS_SAFE= yes |
17 |
MAKE_JOBS_SAFE= yes |
| 22 |
OPTIONS= SIMD "Enable SIMD support (SSE)" off |
18 |
OPTIONS_DEFINE= SIMD |
| 23 |
.include <bsd.port.options.mk> |
19 |
.include <bsd.port.options.mk> |
| 24 |
.if defined(WITH_SIMD) |
20 |
.if ${PORT_OPTIONS:MSIMD} |
| 25 |
CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE |
21 |
CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE |
| 26 |
.endif |
22 |
.endif |