2013-06-22 13:44:56 +02:00
|
|
|
# Created by: sahne
|
2009-03-31 11:57:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lxde-common
|
2011-09-09 00:01:17 +02:00
|
|
|
PORTVERSION= 0.5.5
|
These ports are no longer used or cared for.
Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports
with my help.
misc/lxde-common
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
misc/xdg-menu
- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Add DOCS Option
- Break lines around 80 characters
- Change pkg-plist, remove mtree
sysutils/lxinput
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
sysutils/lxtask
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Remove TODO from DOCS
sysutils/lxterminal
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing
x11/florence
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils
- Remove not needed MAN1 from Makefile
x11/libfm
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree
x11/lxde-meta
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
x11/lxmenu-data
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, remove mtree
x11/lxpanel
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Strip libraries
- Change pkg-plist, add missing
x11/menu-cache
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- USES pathfix instead of USE_GNOME gnomehack
- Strip library
x11-fm/pcmanfm
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree, add missing
x11-themes/lxde-icon-theme
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Change pkg-plist, remove mtree
x11-wm/lxmed
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
x11-wm/lxsession
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing
x11-wm/obapps
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Add DOCS Option
- Change Desktop entry file
x11-wm/obmenu
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Break lines around 80 characters
2014-04-21 22:27:38 +02:00
|
|
|
PORTREVISION= 5
|
2009-03-31 11:57:47 +02:00
|
|
|
CATEGORIES= misc
|
2013-06-22 13:44:56 +02:00
|
|
|
MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/LXDE%20Common%20${PORTVERSION}/
|
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
|
|
|
|
|
2014-01-07 12:40:58 +01:00
|
|
|
USES= gmake iconv
|
2013-06-22 13:44:56 +02:00
|
|
|
USE_GNOME= gtk20
|
2009-03-31 11:57:47 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
GMSGFMT="${LOCALBASE}/bin/msgfmt" \
|
2012-03-09 22:27:33 +01:00
|
|
|
--with-xsession-path=${PREFIX}/share/xsessions \
|
|
|
|
--with-xdg-path=${PREFIX}/share/applications
|
2009-03-31 11:57:47 +02:00
|
|
|
|
|
|
|
DATADIR= ${PREFIX}/share/lxde
|
|
|
|
INSTALLS_ICONS= YES
|
|
|
|
|
2013-06-22 13:44:56 +02:00
|
|
|
PORTDOCS= AUTHORS README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2009-03-31 11:57:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|