Lines 7-14
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= libghthash |
9 |
PORTNAME= libghthash |
10 |
PORTVERSION= 0.5.6 |
10 |
PORTVERSION= 0.6.2 |
11 |
PORTREVISION= 1 |
11 |
PORTREVISION= 0 |
12 |
CATEGORIES= devel |
12 |
CATEGORIES= devel |
13 |
MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/ |
13 |
MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/ |
14 |
|
14 |
|
Lines 16-26
Link Here
|
16 |
COMMENT= Generic Hash Table |
16 |
COMMENT= Generic Hash Table |
17 |
|
17 |
|
18 |
USE_AUTOTOOLS= libtool:15 |
18 |
USE_AUTOTOOLS= libtool:15 |
19 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
19 |
CONFIGURE_ARGS= --datarootdir=${PREFIX} |
20 |
INSTALLS_SHLIB= yes |
20 |
USE_LDCONFIG= yes |
21 |
|
21 |
|
22 |
PLIST_FILES= include/ght_hash_table.h \ |
22 |
PLIST_FILES= include/ght_hash_table.h \ |
23 |
lib/libghthash.a lib/libghthash.la \ |
23 |
lib/libghthash.a lib/libghthash.la \ |
24 |
lib/libghthash.so lib/libghthash.so.5 |
24 |
lib/libghthash.so lib/libghthash.so.2 |
|
|
25 |
|
26 |
MAN3= ght_create.3 \ |
27 |
ght_finalize.3 \ |
28 |
ght_first.3 \ |
29 |
ght_first_keysize.3 \ |
30 |
ght_get.3 \ |
31 |
ght_insert.3 \ |
32 |
ght_next.3 \ |
33 |
ght_next_keysize.3 \ |
34 |
ght_remove.3 |
25 |
|
35 |
|
26 |
.include <bsd.port.mk> |
36 |
.include <bsd.port.mk> |