diff options
Diffstat (limited to 'misc/gtkfind')
-rw-r--r-- | misc/gtkfind/Makefile | 28 | ||||
-rw-r--r-- | misc/gtkfind/distinfo | 1 | ||||
-rw-r--r-- | misc/gtkfind/pkg-comment | 1 | ||||
-rw-r--r-- | misc/gtkfind/pkg-descr | 6 | ||||
-rw-r--r-- | misc/gtkfind/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile new file mode 100644 index 000000000000..f10c2d438368 --- /dev/null +++ b/misc/gtkfind/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtkfind +# Version required: 0.9 +# Date created: 28 Sept 1998 +# Whom: Bill Fumerola <billf@chc-chimes.com> +# +# $Id: $ +# + +DISTNAME= gtkfind-0.9 +CATEGORIES= misc +MASTER_SITES= http://www.oz.net/~mattg/ + +MAINTAINER= billf@FreeBSD.org + +LIB_DEPENDS= gtk.1.6:${PORTSDIR}/x11-toolkits/gtk + +USE_GMAKE= yes +ALL_TARGET= + +MAN1= gtkfind.1 + +post-patch: + + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed + ${CAT} ${WRKSRC}/Makefile.pre_sed | \ + ${SED} -e 's#/usr/local#${PREFIX}#g' >> ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/misc/gtkfind/distinfo b/misc/gtkfind/distinfo new file mode 100644 index 000000000000..42381d864a33 --- /dev/null +++ b/misc/gtkfind/distinfo @@ -0,0 +1 @@ +MD5 (gtkfind-0.9.tar.gz) = 1094b6552fee81f7113c14bbf616d1ff diff --git a/misc/gtkfind/pkg-comment b/misc/gtkfind/pkg-comment new file mode 100644 index 000000000000..81c4e330b386 --- /dev/null +++ b/misc/gtkfind/pkg-comment @@ -0,0 +1 @@ +the program to use to have to remember all the options to find(1) diff --git a/misc/gtkfind/pkg-descr b/misc/gtkfind/pkg-descr new file mode 100644 index 000000000000..7810e063fc3f --- /dev/null +++ b/misc/gtkfind/pkg-descr @@ -0,0 +1,6 @@ +gtkfind is the program to use when you don't want to have to remember all +the options to find(1). It is a graphical program that allows you to +search for files and (optionally) perform operations on them. You can +search for files by using wildcards, by matching file types and/or +permissions, etc. gtkfind requires X and the GTK+ toolkit. It is still +under development, but has reached a stage where it is actually useful. diff --git a/misc/gtkfind/pkg-plist b/misc/gtkfind/pkg-plist new file mode 100644 index 000000000000..41cc2f591fec --- /dev/null +++ b/misc/gtkfind/pkg-plist @@ -0,0 +1 @@ +bin/gtkfind |