Lines 1-29
Link Here
|
1 |
PORTNAME= libiodbc |
1 |
PORTNAME= libiodbc |
2 |
DISTVERSIONPREFIX= v |
|
|
3 |
DISTVERSION= 3.52.16 |
2 |
DISTVERSION= 3.52.16 |
4 |
PORTREVISION= 1 |
3 |
PORTREVISION= 1 |
5 |
CATEGORIES= databases |
4 |
CATEGORIES= databases |
|
|
5 |
MASTER_SITES= https://github.com/openlink/iODBC/releases/download/v${DISTVERSION}/ |
6 |
|
6 |
|
7 |
MAINTAINER= kde@FreeBSD.org |
7 |
MAINTAINER= kde@FreeBSD.org |
8 |
COMMENT= ODBC 3.x driver manager, for universal data source access |
8 |
COMMENT= ODBC 3.x driver manager, for universal data source access |
9 |
WWW= https://www.iodbc.org/ |
9 |
WWW= https://www.iodbc.org/ |
10 |
|
10 |
|
11 |
LICENSE= BSD3CLAUSE LGPL20 |
11 |
LICENSE= BSD3CLAUSE LGPL20 |
12 |
LICENSE_COMB= dual |
12 |
LICENSE_COMB= dual |
13 |
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD |
13 |
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD |
14 |
LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE.LGPL |
14 |
LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE.LGPL |
15 |
|
15 |
|
16 |
USES= autoreconf libtool pathfix pkgconfig |
16 |
USES= libtool pathfix pkgconfig |
|
|
17 |
USE_LDCONFIG= yes |
18 |
|
17 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |
20 |
|
19 |
CONFIGURE_ARGS= --with-iodbc-inidir=${ETCDIR} \ |
21 |
CONFIGURE_ARGS= --with-iodbc-inidir=${ETCDIR} \ |
20 |
--includedir=${LOCALBASE}/include/libiodbc \ |
22 |
--includedir=${LOCALBASE}/include/libiodbc \ |
21 |
--disable-libodbc |
23 |
--disable-libodbc |
|
|
24 |
|
22 |
INSTALL_TARGET= install-strip |
25 |
INSTALL_TARGET= install-strip |
23 |
USE_LDCONFIG= yes |
|
|
24 |
USE_GITHUB= yes |
25 |
GH_ACCOUNT= openlink |
26 |
GH_PROJECT= iODBC |
27 |
|
26 |
|
28 |
OPTIONS_DEFINE= GTK2 DOCS EXAMPLES |
27 |
OPTIONS_DEFINE= GTK2 DOCS EXAMPLES |
29 |
OPTIONS_SUB= yes |
28 |
OPTIONS_SUB= yes |
Lines 32-38
GTK2_USE= GNOME=cairo,gdkpixbuf2,gtk20
Link Here
|
32 |
GTK2_USES= gettext-runtime gnome |
31 |
GTK2_USES= gettext-runtime gnome |
33 |
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
32 |
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ |
34 |
libfreetype.so:print/freetype2 |
33 |
libfreetype.so:print/freetype2 |
35 |
|
|
|
36 |
GTK2_CONFIGURE_ENABLE= gui |
34 |
GTK2_CONFIGURE_ENABLE= gui |
37 |
|
35 |
|
38 |
post-install: |
36 |
post-install: |