# New ports collection makefile for: libtabe # Date created: 2 Nov 1999 # Whom: Jing-Tang Keith Jang # # $FreeBSD$ # PORTNAME= libtabe PORTVERSION= 0.2.5 PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/ MAINTAINER= kcwu@ck.tp.edu.tw COMMENT= Unified library for Chinese text processing .if !defined(USE_DB2) LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 .else LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 .endif WRKSRC= ${WRKDIR}/libtabe INSTALLS_SHLIB= yes HAS_CONFIGURE= yes USE_GMAKE= yes USE_XLIB= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --includedir=${PREFIX}/include/tabe \ --with-db-lib=${LOCALBASE}/lib \ --with-db-bin=${LOCALBASE}/bin \ --enable-shared .if !defined(USE_DB2) CONFIGURE_ARGS+= --with-db-inc=${LOCALBASE}/include/db3 .else CONFIGURE_ARGS+= --with-db-inc=${LOCALBASE}/include/db2 .endif .include pre-fetch: .if !defined(USE_DB2) @${ECHO} -- @${ECHO} "Type \"make -DUSE_DB2\" if you want use DB2." @${ECHO} "Otherwise, xcin2.5 will use DB3." @${ECHO} -- .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/tabe ${INSTALL_DATA} ${WRKSRC}/tsi-src/README ${PREFIX}/share/doc/tabe/README.tsi ${INSTALL_DATA} ${WRKSRC}/src/supports/bims/README ${PREFIX}/share/doc/tabe/README.bims .for DOC in BoPoMoFo.shtml Changes Changes.pre-0.1 TODO ZuYinCode.txt \ et26.txt libtabe.sgml ${INSTALL_DATA} ${WRKSRC}/doc/${DOC} ${PREFIX}/share/doc/tabe .endfor .endif ${MKDIR} ${PREFIX}/share/tabe ${TOUCH} ${PREFIX}/share/tabe/libtabe-0.2.5 .include ='dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.4'>dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.4 Tangerine full node (https://github.com/tangerine-network/go-tangerine)
aboutsummaryrefslogtreecommitdiffstats
blob: d7f4f0171cf0904ded7466c3dca75b7581670fb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95