21bc5c0345
While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
27 lines
699 B
Makefile
27 lines
699 B
Makefile
# Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= virtualpg
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= databases geography
|
|
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
|
|
|
|
MAINTAINER= coder@tuxfamily.org
|
|
COMMENT= Loadable dynamic extension to both SQLite and SpatiaLite
|
|
|
|
LICENSE= MPL LGPL21 GPLv2
|
|
LICENSE_COMB= dual
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite
|
|
USE_LDCONFIG= yes
|
|
|
|
CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
|
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
PLIST_FILES= lib/mod_virtualpg.so \
|
|
lib/mod_virtualpg.so.1 \
|
|
lib/mod_virtualpg.so.1.0.0
|
|
|
|
.include <bsd.port.mk>
|