mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
New port - BibleReader is a Bible browsing/searching program for Linux/X.
# I've misfiled this into deskutils category and this is # second checkin for this PR. PR: ports/18359 Submitted by: Patrick Seal <patseal@hyperhost.net>
This commit is contained in:
parent
523b9b7615
commit
ee2ede3e36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31260
27
misc/biblereader/Makefile
Normal file
27
misc/biblereader/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: biblereader
|
||||
# Date created: 16 April 2000
|
||||
# Whom: Patrick Seal <patseal@hyperhost.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= biblereader
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ftp://ftp.whitevine.com/biblereader/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} kjv.tar.gz
|
||||
#EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= patseal@hyperhost.net
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
MAKE_ENV= GTK_CONFIG=${GTK_CONFIG}
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
|
||||
post-extract:
|
||||
${CP} ${WRKDIR}/kjv/kjv ${WRKSRC}/kjv.txt
|
||||
|
||||
.include <bsd.port.mk>
|
2
misc/biblereader/distinfo
Normal file
2
misc/biblereader/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (biblereader-0.2.2.tar.gz) = 557bd8990e682c892ec7dea74462365f
|
||||
MD5 (kjv.tar.gz) = 2f0c9c5902e10e8640b30b2f220a44ca
|
11
misc/biblereader/files/patch-aa
Normal file
11
misc/biblereader/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig Sun Jul 30 12:17:21 2000
|
||||
+++ Makefile Sun Jul 30 12:18:34 2000
|
||||
@@ -1,6 +1,6 @@
|
||||
CFLAGS=-Wall
|
||||
-CFLAGS+=`gtk-config --cflags`
|
||||
-LIBS=`gtk-config --libs gtk`
|
||||
+CFLAGS+=`${GTK_CONFIG} --cflags`
|
||||
+LIBS=`${GTK_CONFIG} --libs gtk`
|
||||
OBJS=biblereader.o books.o regex.o font.o gui/gladesig.o gui/gladesrc.o prefs.o format.o
|
||||
PREFIX?=/usr/local
|
||||
|
1
misc/biblereader/pkg-comment
Normal file
1
misc/biblereader/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GUI based Bible program for X-Windows
|
14
misc/biblereader/pkg-descr
Normal file
14
misc/biblereader/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
BibleReader is a Bible browsing/searching program for Linux/X. It uses
|
||||
the popular Gtk+ widget set. Currently, BibleReader has the capacity to
|
||||
find a passage by reference, search for a phrase using regular
|
||||
expressions, and has a filter which enables searches to be limited to a
|
||||
selection of books. BibleReader comes with the King James Version
|
||||
(otherwise known as the Authorised Version) of the Bible. The BibleReader
|
||||
program is distributed under the GNU General Public License. The actual
|
||||
Bible text that is currently packaged with BibleReader (i.e. the KJV text
|
||||
of the Bible) is not copyrighted, as it's copyright has expired.
|
||||
|
||||
WWW: http://www.whitevine.com/biblereader/
|
||||
|
||||
- Patrick Seal
|
||||
patseal@hyperhost.net
|
3
misc/biblereader/pkg-plist
Normal file
3
misc/biblereader/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/biblereader
|
||||
share/biblereader/kjv.txt
|
||||
@dirrm share/biblereader
|
Loading…
Reference in New Issue
Block a user