2003-06-05 22:43:07 +02:00
|
|
|
# New ports collection makefile for: docker
|
|
|
|
# Date created: March 15, 2003
|
2004-05-21 15:04:49 +02:00
|
|
|
# Whom: Samy Al Bahra <samy@kerneled.org>
|
2003-06-05 22:43:07 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= docker
|
|
|
|
PORTVERSION= 1.5
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 7
|
2003-06-05 22:43:07 +02:00
|
|
|
CATEGORIES= x11
|
2004-05-21 15:04:49 +02:00
|
|
|
MASTER_SITES= http://www.kerneled.org/files/FreeBSD-ports/ \
|
2004-05-22 02:15:08 +02:00
|
|
|
http://icculus.org/openbox/2/docker/
|
2003-06-05 22:43:07 +02:00
|
|
|
|
2009-08-19 21:50:32 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-05 22:43:07 +02:00
|
|
|
COMMENT= A dockapp with support for GNOME2 and KDE3 tray icons
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/docker
|
2003-06-05 22:43:07 +02:00
|
|
|
USE_GMAKE= yes
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= x11
|
2003-06-05 22:43:07 +02:00
|
|
|
USE_GNOME= glib20
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|