1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Import idesk 0.3.5.

iDesk lets you put launch icons directly on the root window of your X.

PR:		48345
Submitted by:	Sascha Holzleiter <sascha@root-login.org>
This commit is contained in:
Christian Weisgerber 2003-02-27 21:55:55 +00:00
parent f2e7afb7aa
commit 2ed98e2496
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76596
6 changed files with 50 additions and 0 deletions

View File

@ -57,6 +57,7 @@
SUBDIR += gvid
SUBDIR += gxset
SUBDIR += gyroscope
SUBDIR += idesk
SUBDIR += imwheel
SUBDIR += kb2mb2
SUBDIR += kde3

32
x11/idesk/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: idesk
# Date created: 16 February 2003
# Whom: Sascha Holzleiter <sascha@root-login.org>
#
# $FreeBSD$
#
PORTNAME= idesk
PORTVERSION= 0.3.5
CATEGORIES= x11
MASTER_SITES= http://linuxhelp.hn.org/
MAINTAINER= sascha@root-login.org
COMMENT= Place launch icons directly on your desktop
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= imlib
CXXFLAGS+= `imlib-config --cflags` `freetype-config --cflags`
MAKE_ARGS= cc="${CXX}" cflags="${CXXFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/idesk ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

1
x11/idesk/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (idesk-0.3.5.tar.gz) = 4c87edbc3d7db462df576b7e26a04161

4
x11/idesk/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
iDesk lets you put launch icons directly on the
root window of your X.
WWW: http://linuxhelp.hn.org/idesk.php

8
x11/idesk/pkg-message Normal file
View File

@ -0,0 +1,8 @@
+-----------------------------------------------------------------
You need to configure idesk before you can use it.
A detailed explanation can be found in the README file which
resides in ${PREFIX}/share/doc/idesk unless you have chosen not
to install it ;)
-----------------------------------------------------------------+

4
x11/idesk/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
@comment $FreeBSD$
bin/idesk
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%