diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-05 21:11:31 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-05 21:11:31 +0800 |
commit | c9253d69454ea5fe485583fe7d46b0be2329a57f (patch) | |
tree | eca6b28952dc1bc122fada98a577c1886d40d987 /x11/finder/Makefile | |
parent | 7cedbcba2dfda03d1be5574320a1ece6cf9cf187 (diff) | |
download | freebsd-ports-gnome-c9253d69454ea5fe485583fe7d46b0be2329a57f.tar.gz freebsd-ports-gnome-c9253d69454ea5fe485583fe7d46b0be2329a57f.tar.zst freebsd-ports-gnome-c9253d69454ea5fe485583fe7d46b0be2329a57f.zip |
Add finder. Finder is a small program that creates a finder bar on your Gnome
desktop. It can be used to switch tasks and launch applications.
Diffstat (limited to 'x11/finder/Makefile')
-rw-r--r-- | x11/finder/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/finder/Makefile b/x11/finder/Makefile new file mode 100644 index 000000000000..4e57cac9bb18 --- /dev/null +++ b/x11/finder/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: finder +# Date created: 4 September 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= finder +PORTVERSION= 0.80.1 +CATEGORIES= x11 gnome +MASTER_SITES= http://lfh.hkcampus.net/~lfh-lck/programs/finder/ + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ + panel_applet.4:${PORTSDIR}/x11/gnomecore \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf + +USE_X_PREFIX= yes +USE_GMAKE= yes + +ALL_TARGET= default + +.include <bsd.port.mk> |