diff options
-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 f13605548ef..c6e7da96e03 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 00000000000..e25a38810cc --- /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 00000000000..9226bc7418d --- /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 00000000000..72f5483ffd6 --- /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 00000000000..e49f81483c4 --- /dev/null +++ b/misc/cheatah/pkg-plist @@ -0,0 +1 @@ +bin/cheatah |