aboutsummaryrefslogtreecommitdiff
path: root/x11/docker/Makefile
blob: 8d0b31cf6f69c1aa4ba64c0c1d4ff6df146a9b79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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=	4
CATEGORIES=	x11
MASTER_SITES=	http://www.kerneled.org/files/FreeBSD-ports/ \
		http://icculus.org/openbox/2/docker/

MAINTAINER=	sbahra@gwu.edu
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>