- Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc.
29 lines
778 B
Makefile
29 lines
778 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqlite
|
|
PORTVERSION= 3.6.20
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases linux
|
|
PKGNAMEPREFIX= linux-${USE_LINUX}-
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Library that implements an embeddable SQL database engine (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-f8-sqlite3-[0-9]* linux-f10-sqlite3-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX= c6
|
|
RPMVERSION= 1.el6
|
|
USE_LINUX_RPM= yes
|
|
BRANDELF_FILES= usr/bin/sqlite3
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \
|
|
usr/lib/libsqlite3.so.0.8.6 usr/share/man/man1/sqlite3.1.gz
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION}
|
|
PORTDOCS= README
|
|
DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|