eb5518047f
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>
25 lines
516 B
Makefile
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>
|