mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
9dc4054971
- Update to 0.5.0 - Change maintainer email to @FreeBSD.org - Remove not needed patches x11/lxde-meta - Bump PORTREVISION - Change maintainer email to @FreeBSD.org - Add dependency for deskutils/lxshortcut - Add NO_MTREE=yes x11/libfm - Bump PORTREVISION - Support STAGEDIR - Preserve original *.conf files with stage x11-fm/pcmanfm - Bump PORTREVISION - Support STAGEDIR - Preserve original *.conf files x11/lxpanel - Bump PORTREVISION Approved by: wg/pawel (mentors)
37 lines
931 B
Makefile
37 lines
931 B
Makefile
# Created by: Daniel Walter <sahne@0x90.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxde-meta
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= #none
|
|
DISTFILES= #none
|
|
|
|
MAINTAINER= nemysis@FreeBSD.org
|
|
COMMENT= "meta-port" of the LXDE desktop slimmed down for FreeBSD releases
|
|
|
|
RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox \
|
|
obconf:${PORTSDIR}/x11-wm/obconf \
|
|
lxsession:${PORTSDIR}/x11-wm/lxsession \
|
|
lxpanel:${PORTSDIR}/x11/lxpanel \
|
|
lxinput:${PORTSDIR}/sysutils/lxinput \
|
|
lxtask:${PORTSDIR}/sysutils/lxtask \
|
|
lxterminal:${PORTSDIR}/sysutils/lxterminal \
|
|
lxshortcut:${PORTSDIR}/deskutils/lxshortcut \
|
|
pcmanfm:${PORTSDIR}/x11-fm/pcmanfm \
|
|
gpicview:${PORTSDIR}/graphics/gpicview \
|
|
lxde-icon-theme>=0:${PORTSDIR}/x11-themes/lxde-icon-theme \
|
|
lxde-common>=0:${PORTSDIR}/misc/lxde-common
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
NO_MTREE= yes
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
|
|
.include <bsd.port.mk>
|