Lines 7-24
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= libdbi-drivers |
9 |
PORTNAME= libdbi-drivers |
10 |
PORTVERSION= 0.7.0 |
10 |
PORTVERSION= 0.7.1 |
11 |
CATEGORIES= databases devel |
11 |
CATEGORIES= databases devel |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
14 |
|
14 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= libdbi drivers |
16 |
COMMENT= Drivers for libdbi |
17 |
|
17 |
|
18 |
LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi |
18 |
LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi |
19 |
|
19 |
|
20 |
GNU_CONFIGURE= yes |
20 |
USE_GNOME= gnometarget lthack |
21 |
CONFIGURE_ARGS= --with-dbi-incdir=${LOCALBASE}/include/dbi |
21 |
USE_LIBTOOL_VER= 13 |
|
|
22 |
CONFIGURE_ARGS= --disable-static \ |
23 |
--with-dbi-incdir=${LOCALBASE}/include/dbi |
22 |
|
24 |
|
23 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} |
25 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} |
24 |
|
26 |
|
Lines 53-57
Link Here
|
53 |
#.else |
55 |
#.else |
54 |
#PLIST_SUB+= MSQL="@comment " |
56 |
#PLIST_SUB+= MSQL="@comment " |
55 |
#.endif |
57 |
#.endif |
|
|
58 |
|
59 |
post-patch: |
60 |
@${REINPLACE_CMD} -e 's|-O20|$$CFLAGS|g' ${WRKSRC}/configure |
56 |
|
61 |
|
57 |
.include <bsd.port.mk> |
62 |
.include <bsd.port.mk> |