mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
a32defea5d
- Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat)
38 lines
933 B
Makefile
38 lines
933 B
Makefile
# New ports collection makefile for: lxde-meta
|
|
# Date created: 07.02.2009
|
|
# Whom: Daniel Walter <sahne@0x90.at>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lxde-meta
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= #none
|
|
DISTFILES= #none
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
|
COMMENT= The "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
|
|
|
|
do-install:
|
|
|
|
.include <bsd.port.mk>
|