# Created by: sahne # $FreeBSD: head/misc/lxde-common/Makefile 351711 2014-04-21 20:27:38Z nemysis $ PORTNAME= lxde-common PORTVERSION= 0.5.5 PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/LXDE%20Common%20${PORTVERSION}/ MAINTAINER= horia@racoviceanu.com COMMENT= LXDE Common files LICENSE= GPLv2 USES= gmake iconv USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ GMSGFMT="${LOCALBASE}/bin/msgfmt" \ --with-xsession-path=${PREFIX}/share/xsessions \ --with-xdg-path=${PREFIX}/share/applications DATADIR= ${PREFIX}/share/lxde INSTALLS_ICONS= YES PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS post-install: ${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 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include