diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-25 12:21:41 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-25 12:21:41 +0000 |
commit | 8afc6674fef064ce562bee33d1fd55b00e9abae8 (patch) | |
tree | 91502b37c82d364e4c5654168e8619754c666150 /x11-clocks | |
parent | 7acae20512bf0ec43c77ba35667676650ea7597e (diff) | |
download | ports-8afc6674fef064ce562bee33d1fd55b00e9abae8.tar.gz ports-8afc6674fef064ce562bee33d1fd55b00e9abae8.zip |
Add bdesktopclock 1.1.2, a wondeful clock for desktop environment.
PR: ports/74664
Submitted by: Nosov Artem <chip-set(at)mail.ru>
Notes
Notes:
svn path=/head/; revision=136111
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/bdesktopclock/Makefile | 38 | ||||
-rw-r--r-- | x11-clocks/bdesktopclock/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/bdesktopclock/pkg-descr | 6 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index ea59be328a17..3d0d20fd64d5 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -12,6 +12,7 @@ SUBDIR += astzclock SUBDIR += bbdate SUBDIR += bclock + SUBDIR += bdesktopclock SUBDIR += bmp-alarm SUBDIR += buici-clock SUBDIR += dclock diff --git a/x11-clocks/bdesktopclock/Makefile b/x11-clocks/bdesktopclock/Makefile new file mode 100644 index 000000000000..e0a5d5e3ecb3 --- /dev/null +++ b/x11-clocks/bdesktopclock/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: BDesktopClock +# Date created: Sat Dec 4 11:22:12 MSK 2004 +# Whom: Nosov Artem <chip-set@mail.ru> +# +# $FreeBSD$ +# + +PORTNAME= bdesktopclock +PORTVERSION= 1.1.2 +CATEGORIES= x11-clocks +MASTER_SITES= http://www.bucote.com/opensource/bdesktopclock/ + +MAINTAINER= danfe@FreeBSD.org +COMMENT= A wondeful clock for desktop environment + +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + +WRKSRC= ${WRKDIR}/BDesktopClock + +USE_X_PREFIX= yes +USE_QT_VER= 3 +USE_REINPLACE= yes +MAKE_ENV+= QTDIR=${X11BASE} \ + QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ + +PLIST_FILES= bin/BDesktopClock + +post-extract: + @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' \ + ${WRKSRC}/BDesktopClock.pro + +do-configure: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake PREFIX=${PREFIX} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/BDesktopClock ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11-clocks/bdesktopclock/distinfo b/x11-clocks/bdesktopclock/distinfo new file mode 100644 index 000000000000..d3b63092b2aa --- /dev/null +++ b/x11-clocks/bdesktopclock/distinfo @@ -0,0 +1,2 @@ +MD5 (bdesktopclock-1.1.2.tar.gz) = c33e29901469ba28d0d7f08b6f95ed76 +SIZE (bdesktopclock-1.1.2.tar.gz) = 47239 diff --git a/x11-clocks/bdesktopclock/pkg-descr b/x11-clocks/bdesktopclock/pkg-descr new file mode 100644 index 000000000000..1fbdc5d1e02c --- /dev/null +++ b/x11-clocks/bdesktopclock/pkg-descr @@ -0,0 +1,6 @@ +A wondeful clock for desktop environment. + +WWW: http://www.bucote.com/opensource/bdesktopclock/ + +- Nosov Artem +<chip-set@mail.ru> |