Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 480212 2018-09-20 21:05:36Z swills $ |
2 |
# $FreeBSD: head/databases/sqlite3/Makefile 480212 2018-09-20 21:05:36Z swills $ |
3 |
|
3 |
|
4 |
PORTNAME= sqlite3 |
4 |
PORTNAME= sqlite3 |
5 |
DISTVERSION= 3.25.1 |
5 |
DISTVERSION= 3.25.2 |
6 |
CATEGORIES= databases |
6 |
CATEGORIES= databases |
7 |
MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/ |
7 |
MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/ |
8 |
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |
8 |
DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 |
Lines 12-20
Link Here
|
12 |
|
12 |
|
13 |
LICENSE= PD |
13 |
LICENSE= PD |
14 |
|
14 |
|
|
|
15 |
FLAVORS= default icu |
16 |
FLAVOR?= ${FLAVORS:[1]} |
17 |
default_CONFLICTS_INSTALL= ${PORTNAME}${icu_PKGNAMESUFFIX} |
18 |
icu_CONFLICTS_INSTALL= ${PORTNAME} |
19 |
icu_PKGNAMESUFFIX= -icu |
20 |
icu_BUILD_DEPENDS= ${ICU_BUILD_DEPENDS} |
21 |
icu_LIB_DEPENDS= ${ICU_LIB_DEPENDS} |
22 |
.if ${FLAVOR:U} == icu |
23 |
COMMENT+= (${FLAVOR} flavor) |
24 |
CPPFLAGS+= ${ICU_CPPFLAGS} |
25 |
LIBS+= ${ICU_LIBS} |
26 |
OPTIONS_EXCLUDE= ICU |
27 |
.endif |
28 |
|
15 |
USES= libtool ncurses pathfix |
29 |
USES= libtool ncurses pathfix |
16 |
GNU_CONFIGURE= yes |
|
|
17 |
USE_LDCONFIG= yes |
30 |
USE_LDCONFIG= yes |
|
|
31 |
|
32 |
GNU_CONFIGURE= yes |
18 |
INSTALL_TARGET= install-strip |
33 |
INSTALL_TARGET= install-strip |
19 |
|
34 |
|
20 |
MAKE_JOBS_UNSAFE= yes |
35 |
MAKE_JOBS_UNSAFE= yes |