Martin Wilke a234e43dd7 Welcome Centos 6.7
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups

PR:                     205846
Submitted by:           xmj
In Collaboration with:  allanjude, netchild, xmj
Exp-run:                antoine
Sponsored by:           Perceivon Hosting Inc.
Differential Revision:  D3428

We'd like to thanks for all the feedback and comments.
2016-01-30 18:30:40 +00:00

26 lines
630 B
Makefile

# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= sqlite
PORTVERSION= 3.6.20
PORTREVISION= 3
CATEGORIES= databases 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_7.2
USE_LINUX_RPM= yes
BRANDELF_FILES= usr/bin/sqlite3
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION}
PORTDOCS= README
DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr
.include <bsd.port.mk>