freebsd-ports/x11/finder/Makefile
Maxim Sobolev ed45b7b130 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.
2000-09-05 13:11:31 +00:00

24 lines
523 B
Makefile

# 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>