mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
564 B
Makefile
27 lines
564 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= 7
|
|
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_XORG= x11
|
|
USE_GNOME= glib20
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|