diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-11 09:38:39 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-11 09:38:39 +0000 |
commit | b33bea8ee5cfd91562373cb4c9b9706c0a87fdb6 (patch) | |
tree | e451c089d016441c53eeb11865adb4f8cde8f3c1 /misc | |
parent | 380f6a01ee9a1ff1e431938dc367d97d2eb0c9d0 (diff) | |
download | FreeBSD-ports-b33bea8ee5cfd91562373cb4c9b9706c0a87fdb6.zip FreeBSD-ports-b33bea8ee5cfd91562373cb4c9b9706c0a87fdb6.tar.gz |
add cheatah
Temporary gtk GUI to the SWORD project
PR: 28450
Submitted by: Willem van Engen <wvengen@stack.nl>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/cheatah/Makefile | 31 | ||||
-rw-r--r-- | misc/cheatah/pkg-comment | 1 | ||||
-rw-r--r-- | misc/cheatah/pkg-descr | 8 | ||||
-rw-r--r-- | misc/cheatah/pkg-plist | 1 |
5 files changed, 42 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index f136055..c6e7da9 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -33,6 +33,7 @@ SUBDIR += brs SUBDIR += buffer SUBDIR += cassowary + SUBDIR += cheatah SUBDIR += chord SUBDIR += cmatrix SUBDIR += colorls diff --git a/misc/cheatah/Makefile b/misc/cheatah/Makefile new file mode 100644 index 0000000..e25a388 --- /dev/null +++ b/misc/cheatah/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: cheatah +# Date created: 11 June 2001 +# Whom: Willem van Engen <wvengen@stack.nl> +# +# $FreeBSD$ +# + +PORTNAME= cheatah +PORTVERSION= ${MAKE} -V PORTVERSION -f ${MAINDIR}/${MAKEFILE} +PORTREVISION= ${MAKE} -V PORTREVISION -f ${MAINDIR}/${MAKEFILE} +PORTEPOCH= ${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MAKEFILE} +CATEGORIES= misc +DISTFILES= + +MAINTAINER= wvengen@stack.nl + +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/misc/sword:extract +LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword +RUN_DEPENDS= ${LOCALBASE}/share/sword/mods.d:${PORTSDIR}/misc/sword-modules + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GTK= yes + +MAINDIR= ${.CURDIR}/../sword +PORTVERSION!= ${PORTVERSION} +PORTREVISION!= ${PORTREVISION} +PORTEPOCH!= ${PORTEPOCH} +WRKSRC= ${WRKDIRPREFIX}${MAINDIR}/work/sword-${PORTVERSION}/apps/X11/cheatah + +.include <bsd.port.mk> diff --git a/misc/cheatah/pkg-comment b/misc/cheatah/pkg-comment new file mode 100644 index 0000000..9226bc7 --- /dev/null +++ b/misc/cheatah/pkg-comment @@ -0,0 +1 @@ +Temporary gtk GUI to the SWORD project diff --git a/misc/cheatah/pkg-descr b/misc/cheatah/pkg-descr new file mode 100644 index 0000000..72f5483 --- /dev/null +++ b/misc/cheatah/pkg-descr @@ -0,0 +1,8 @@ +This is the temporary gtk GUI to The SWORD Project. It is called cheatah +because it is a fast lookup and search utility for SWORD modules. It is +mispelled because it is a 'cheater' interface meant to hold over *n*x users +until we can build a full featured GUI! :) + +WWW: http://www.crosswire.org/ + +- Willem van Engen <wvengen@stack.nl> diff --git a/misc/cheatah/pkg-plist b/misc/cheatah/pkg-plist new file mode 100644 index 0000000..e49f814 --- /dev/null +++ b/misc/cheatah/pkg-plist @@ -0,0 +1 @@ +bin/cheatah |