forked from Lainports/freebsd-ports
30 lines
695 B
Makefile
30 lines
695 B
Makefile
PORTNAME= dbixx
|
|
PORTVERSION= 0.0.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF/cppcms/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= info@babaei.net
|
|
COMMENT= Tiny C++ wrapper around libdbi for database and SQL connectivity
|
|
WWW= http://cppcms.com/wikipp/en/page/ref_dbixx
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS+= libdbi.so:databases/libdbi
|
|
BUILD_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= libtool localbase:ldflags pathfix
|
|
USE_LDCONFIG= yes
|
|
USE_GCC= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_FILES= include/dbixx/dbixx.h \
|
|
lib/libdbixx.a \
|
|
lib/libdbixx.so \
|
|
lib/libdbixx.so.2 \
|
|
lib/libdbixx.so.2.0.0
|
|
|
|
.include <bsd.port.mk>
|