diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-08-21 17:53:21 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-08-21 17:53:21 +0800 |
commit | ca54d59eea62464721be980c3efbe2bb632091b4 (patch) | |
tree | 68d2ce3ca505bc6d20811d26b01c03efba562a12 /x11/simdock | |
parent | 61c607caf759ff6fa4c6ea66a7dc006894999ab4 (diff) | |
download | freebsd-ports-gnome-ca54d59eea62464721be980c3efbe2bb632091b4.tar.gz freebsd-ports-gnome-ca54d59eea62464721be980c3efbe2bb632091b4.tar.zst freebsd-ports-gnome-ca54d59eea62464721be980c3efbe2bb632091b4.zip |
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>
Diffstat (limited to 'x11/simdock')
-rw-r--r-- | x11/simdock/Makefile | 42 | ||||
-rw-r--r-- | x11/simdock/distinfo | 3 | ||||
-rw-r--r-- | x11/simdock/pkg-descr | 6 | ||||
-rw-r--r-- | x11/simdock/pkg-plist | 10 |
4 files changed, 61 insertions, 0 deletions
diff --git a/x11/simdock/Makefile b/x11/simdock/Makefile new file mode 100644 index 000000000000..b83ba9cfee6e --- /dev/null +++ b/x11/simdock/Makefile @@ -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> diff --git a/x11/simdock/distinfo b/x11/simdock/distinfo new file mode 100644 index 000000000000..8e0fb6ecf64a --- /dev/null +++ b/x11/simdock/distinfo @@ -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 diff --git a/x11/simdock/pkg-descr b/x11/simdock/pkg-descr new file mode 100644 index 000000000000..d1b67385c23b --- /dev/null +++ b/x11/simdock/pkg-descr @@ -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 diff --git a/x11/simdock/pkg-plist b/x11/simdock/pkg-plist new file mode 100644 index 000000000000..0b609a531993 --- /dev/null +++ b/x11/simdock/pkg-plist @@ -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 |