1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

SimDock is a fast and customizable dockbar. It is written in c++ and wxWidgets

and fits well in Gnome but works on most desktop environments. Does not require
Compiz nor 3D acceleration.

WWW:	http://sourceforge.net/projects/simdock/
Author:	simonedll@yahoo.it

PR:		ports/114867
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com>
This commit is contained in:
Ion-Mihai Tetcu 2007-08-21 09:53:21 +00:00
parent c5b1a6d6ef
commit a5b168da87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198053
5 changed files with 62 additions and 0 deletions

View File

@ -260,6 +260,7 @@
SUBDIR += settitle
SUBDIR += setxkbmap
SUBDIR += silo
SUBDIR += simdock
SUBDIR += sisctrl
SUBDIR += slim
SUBDIR += slock

42
x11/simdock/Makefile Normal file
View File

@ -0,0 +1,42 @@
# New ports collection makefile for: simdock
# Date created: 28 Jul 2007
# Whom: Yinghong.Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= simdock
PORTVERSION= 1.2
CATEGORIES= x11
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= relaxbsd@gmail.com
COMMENT= A fast and customizable dockbar
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnomeprefix pkgconfig gconf2 libwnck
USE_WX= 2.8
WX_CONF_ARGS= absolute
WRKSRC= ${WRKDIR}/trunk
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README TODO
post-patch:
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
${WRKSRC}/Makefile.in \
${WRKSRC}/src/main.h
@${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|g' \
-e 's|/usr/share/firefox|${PREFIX}/lib/firefox|g' \
${WRKSRC}/src/main.cc
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

3
x11/simdock/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (simdock_1.2.tar.gz) = 557f4aff394fa66e329c56c3a5138b39
SHA256 (simdock_1.2.tar.gz) = aae86ec13eb7e7a5d0d6c8ead1bda355ea060f69da027ded7cfee803bcdb40af
SIZE (simdock_1.2.tar.gz) = 338679

6
x11/simdock/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
SimDock is a fast and customizable dockbar. It is written in c++ and wxWidgets
and fits well in Gnome but works on most desktop environments. Does not require
Compiz nor 3D acceleration.
WWW: http://sourceforge.net/projects/simdock/
Author: simonedll@yahoo.it

10
x11/simdock/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
bin/simdock
share/applications/simdock.desktop
share/pixmaps/simdock.png
%%DATADIR%%/bg.png
%%DATADIR%%/bg2.png
%%DATADIR%%/bg5.png
%%DATADIR%%/mark.png
%%DATADIR%%/question.png
@dirrm share/simdock
@dirrmtry share/applications