2013-06-22 13:44:56 +02:00
|
|
|
# Created by: sahne
|
2009-03-31 11:57:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lxde-common
|
2017-01-24 22:42:48 +01:00
|
|
|
PORTVERSION= 0.99.2
|
2009-03-31 11:57:47 +02:00
|
|
|
CATEGORIES= misc
|
2017-01-24 22:42:48 +01:00
|
|
|
MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/${PORTNAME}%20${PORTVERSION:R}/
|
2009-03-31 11:57:47 +02:00
|
|
|
|
2016-06-28 11:11:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-03-31 11:57:47 +02:00
|
|
|
COMMENT= LXDE Common files
|
|
|
|
|
2013-06-22 13:44:56 +02:00
|
|
|
LICENSE= GPLv2
|
2016-06-29 21:33:02 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-06-22 13:44:56 +02:00
|
|
|
|
2017-01-24 22:42:48 +01:00
|
|
|
RUN_DEPENDS= lxde-icon-theme>=0:x11-themes/lxde-icon-theme \
|
2018-01-11 17:53:44 +01:00
|
|
|
gnome-themes-standard>=3.18:x11-themes/gnome-themes-standard \
|
|
|
|
xscreensaver:x11/xscreensaver
|
2017-01-24 22:42:48 +01:00
|
|
|
|
|
|
|
USES= gettext-tools gmake localbase tar:xz
|
|
|
|
USE_GNOME= gtk20 intltool
|
2009-03-31 11:57:47 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2018-01-11 17:53:44 +01:00
|
|
|
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
|
|
|
--with-xsession-path=${PREFIX}/share/xsessions
|
2016-06-29 21:33:02 +02:00
|
|
|
NO_ARCH= yes
|
2009-03-31 11:57:47 +02:00
|
|
|
|
|
|
|
DATADIR= ${PREFIX}/share/lxde
|
2016-06-29 21:33:02 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2009-03-31 11:57:47 +02:00
|
|
|
|
2013-06-22 13:44:56 +02:00
|
|
|
post-install:
|
2014-01-07 12:40:58 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/desktop.conf \
|
|
|
|
${STAGEDIR}${PREFIX}/etc/xdg/lxsession/LXDE/desktop.conf.sample
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/pcmanfm/pcmanfm.conf \
|
|
|
|
${STAGEDIR}${PREFIX}/etc/xdg/pcmanfm/LXDE/pcmanfm.conf.sample
|
|
|
|
|
2009-03-31 11:57:47 +02:00
|
|
|
.include <bsd.port.mk>
|