mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
c11516af7b
Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML.
34 lines
808 B
Makefile
34 lines
808 B
Makefile
# New ports collection makefile for: databases/linux-f10-sqlite3
|
|
# Date created: 2009-05-04
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sqlite3
|
|
PORTVERSION= 3.5.9
|
|
CATEGORIES= databases linux
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= The library that implements an embeddable SQL database engine (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-f8-sqlite3-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 4.fc10
|
|
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
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION}
|
|
PORTDOCS= README
|
|
MANPREFIX= ${PREFIX}/usr/share
|
|
MAN1= sqlite3.1
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|