diff options
Diffstat (limited to 'databases/linux-f10-sqlite3/Makefile')
-rw-r--r-- | databases/linux-f10-sqlite3/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/databases/linux-f10-sqlite3/Makefile b/databases/linux-f10-sqlite3/Makefile deleted file mode 100644 index 2f46c6d2f609..000000000000 --- a/databases/linux-f10-sqlite3/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: databases/linux-f8-sqlite3 -# Date created: 2009-04-05 -# Whom: bsam -# -# $FreeBSD$ -# - -PORTNAME= sqlite3 -PORTVERSION= 3.4.2 -CATEGORIES= databases linux -PKGNAMEPREFIX= linux-f8- -DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION} - -MAINTAINER= emulation@FreeBSD.org -COMMENT= The library that implements an embeddable SQL database engine (Linux Fedora 8) - -USE_LINUX_RPM= yes -LINUX_DIST_VER= 8 -RPMVERSION= 3.fc8 -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/${PORTNAME}-${PORTVERSION} -PORTDOCS= README -MANPREFIX= ${PREFIX}/usr/share -MAN1= sqlite3.1 -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -.include <bsd.port.mk> |