6ec691dfa9
Submitted by: maintainer
26 lines
573 B
Makefile
26 lines
573 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= 4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.kerneled.org/files/FreeBSD-ports/ \
|
|
http://icculus.org/openbox/2/docker/
|
|
|
|
MAINTAINER= sbahra@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>
|