mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
d7b72c45f8
- Update to 1.2.0 - Add dependency for textproc/p5-XML-Parser - ADD USE_XZ=yes - Add USES desktop-file-utils shared-mime-info - Add USE_AUTOTOOLS=aclocal automake - Strip executables and/or libraries - Add DOCS and Option - Add MAJORVER, VER and PLIST_SUB - Change REINPLACE, remove obsolete and libfm-gtk3.pc [1] - Remove obsolete pre-install - Added executable and desktop for lxshortcut [1] - Update WWW x11-fm/pcmanfm - Update to 1.2.0 - Remove dependency for x11/startup-notification [1] - ADD USE_XZ=yes - Add USES desktop-file-utils pathfix - Add DEBUG and DOCS Options, add DOCS - Add patch [1] - Update WWW deskutils/lxshortcut - Add conflict with libfm-1.2.0 - Mark DEPRECATED, set EXPIRATION_DATE x11/lxde-meta - Bump PORTREVISION - Remove dependency for deskutils/lxshortcut Reported by:<-->Upstream (IRC) [1]
35 lines
869 B
Makefile
35 lines
869 B
Makefile
# Created by: Daniel Walter <sahne@0x90.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxde-meta
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 6
|
|
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 \
|
|
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
|
|
|
|
do-install:
|
|
|
|
.include <bsd.port.mk>
|