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
|
2004-04-05 05:31:02 +02:00
|
|
|
PORTREVISION= 2
|
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/ \
|
2003-06-05 22:43:07 +02:00
|
|
|
http://icculus.org/openbox/docker/
|
|
|
|
|
2004-05-21 15:04:49 +02:00
|
|
|
MAINTAINER= samy@kerneled.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
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= glib20
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|