freebsd-ports/x11/docker/Makefile
Adam Weinberger eb5518047f Add docker.
Docker is a WindowMaker dockapp that houses GNOME2 and KDE
tray icons. The cool thing about docker is that, as a dockapp,
it can be used by GNOME2 and KDE also, allowing you to have tray
icons without needing the whole GNOME2 or KDE panel.

Submitted by:	Samy <samy@kerneled.com>
2003-06-05 20:43:07 +00:00

25 lines
516 B
Makefile

# New ports collection makefile for: docker
# Date created: March 15, 2003
# Whom: Samy <samy@kerneled.com>
#
# $FreeBSD$
#
PORTNAME= docker
PORTVERSION= 1.5
CATEGORIES= x11
MASTER_SITES= http://www.kerneled.com/projects/docker/ \
http://icculus.org/openbox/docker/
MAINTAINER= samy@kerneled.com
COMMENT= A dockapp with support for GNOME2 and KDE3 tray icons
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= glib20
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>