mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4de0c5d6ed
- Update WWW PR: ports/67010 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
27 lines
571 B
Makefile
27 lines
571 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= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.kerneled.org/files/FreeBSD-ports/ \
|
|
http://icculus.org/openbox/2/docker/
|
|
|
|
MAINTAINER= samy@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>
|