Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= cint |
4 |
PORTNAME= cint |
5 |
PORTVERSION= 5.18.00 |
5 |
PORTVERSION= 5.18.00 |
6 |
PORTREVISION= 5 |
6 |
PORTREVISION= 6 |
7 |
CATEGORIES= lang |
7 |
CATEGORIES= lang |
8 |
MASTER_SITES= http://root.cern.ch/drupal/sites/default/files/ |
8 |
MASTER_SITES= http://root.cern.ch/drupal/sites/default/files/ |
9 |
|
9 |
|
Lines 15-23
Link Here
|
15 |
BUILD_DEPENDS= bash:shells/bash |
15 |
BUILD_DEPENDS= bash:shells/bash |
16 |
|
16 |
|
17 |
HAS_CONFIGURE= yes |
17 |
HAS_CONFIGURE= yes |
18 |
CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" |
18 |
CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}" \ |
|
|
19 |
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" |
19 |
USE_GCC= yes |
20 |
USE_GCC= yes |
20 |
USES= gmake readline tar:tgz |
21 |
USES= gmake readline tar:tgz |
|
|
22 |
USE_CXXSTD= gnu++03 |
21 |
USE_LDCONFIG= ${PREFIX}/lib/cint |
23 |
USE_LDCONFIG= ${PREFIX}/lib/cint |
22 |
ALL_TARGET= |
24 |
ALL_TARGET= |
23 |
|
25 |
|