mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
cb8b1428c6
- kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
31 lines
536 B
Makefile
31 lines
536 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xdg
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= # none
|
|
PKGNAMEPREFIX= kde4-
|
|
PKGNAMESUFFIX= -env
|
|
DISTNAME= # none
|
|
EXTRACT_SUFX= # none
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Script which hooks into startkde and helps KDE pick up XDG apps/menus
|
|
|
|
USE_KDE4= kdeprefix
|
|
|
|
SUB_LIST+= KDE4_PREFIX=${KDE4_PREFIX}
|
|
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= xdg-env.sh
|
|
|
|
PLIST_FILES= env/xdg-env.sh
|
|
PLIST_DIRSTRY= env
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/env
|
|
${INSTALL_SCRIPT} ${WRKDIR}/xdg-env.sh ${PREFIX}/env
|
|
|
|
.include <bsd.port.mk>
|