mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
540afcb758
- Support STAGEDIR - Break lines around 80 characters
42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
# Created by: sahne
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxde-common
|
|
PORTVERSION= 0.5.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/LXDE%20Common%20${PORTVERSION}/
|
|
|
|
MAINTAINER= nemysis@FreeBSD.org
|
|
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 <bsd.port.mk>
|