freebsd-ports/x11/docker/Makefile
Pav Lucistnik 4de0c5d6ed - Update MASTER_SITES
- Update WWW

PR:		ports/67010
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-22 00:15:08 +00:00

27 lines
571 B
Makefile

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