aboutsummaryrefslogtreecommitdiffstats
path: root/x11/docker/Makefile
blob: bb8b5b119dc7c2307694cf27593a88ce63d5aad7 (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
# 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>