mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
cfef80fe55
- Bump PORTREVISION
31 lines
779 B
Makefile
31 lines
779 B
Makefile
# Created by: Daniel Walter <sahne@0x90.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxde-meta
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= "meta-port" of the LXDE desktop slimmed down for FreeBSD releases
|
|
|
|
RUN_DEPENDS= openbox:x11-wm/openbox \
|
|
obconf:x11-wm/obconf \
|
|
lxsession:x11-wm/lxsession \
|
|
lxpanel:x11/lxpanel \
|
|
lxinput:sysutils/lxinput \
|
|
lxtask:sysutils/lxtask \
|
|
lxterminal:sysutils/lxterminal \
|
|
pcmanfm:x11-fm/pcmanfm \
|
|
gpicview:graphics/gpicview \
|
|
lxde-icon-theme>=0:x11-themes/lxde-icon-theme \
|
|
lxde-common>=0:misc/lxde-common \
|
|
lxrandr>=0:x11/lxrandr \
|
|
lxappearance>=0:x11-themes/lxappearance \
|
|
lxappearance-obconf>=0:x11-wm/lxappearance-obconf \
|
|
lxhotkey>=0:x11/lxhotkey
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|