|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= nickle |
8 |
PORTNAME= nickle |
| 9 |
PORTVERSION= 2.47 |
9 |
PORTVERSION= 2.54 |
| 10 |
CATEGORIES= lang |
10 |
CATEGORIES= lang |
| 11 |
MASTER_SITES= http://www.nickle.org/release/ |
11 |
MASTER_SITES= http://www.nickle.org/release/ |
| 12 |
|
12 |
|
|
Lines 15-21
Link Here
|
| 15 |
|
15 |
|
| 16 |
USE_GMAKE= yes |
16 |
USE_GMAKE= yes |
| 17 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
| 18 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
18 |
USE_GNOME= gnometarget |
|
|
19 |
CONFIGURE_ARGS= --mandir=${PREFIX}/man |
| 19 |
|
20 |
|
| 20 |
# Nickle now has bindings which are likely to pull in libraries that need |
21 |
# Nickle now has bindings which are likely to pull in libraries that need |
| 21 |
# libpthread. Link to it now, since it wouldn't work at runtime. |
22 |
# libpthread. Link to it now, since it wouldn't work at runtime. |