diff options
-rw-r--r-- | x11/Makefile | 1 | ||||
-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 |
5 files changed, 62 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index bf1e7b17ec49..bf44f602434a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -260,6 +260,7 @@ SUBDIR += settitle SUBDIR += setxkbmap SUBDIR += silo + SUBDIR += simdock SUBDIR += sisctrl SUBDIR += slim SUBDIR += slock 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 |