Add alltraxclock, nice analog clock plugin for gkrellm 2
PR: ports/62701 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
This commit is contained in:
parent
727c960cdf
commit
0d0ca7b294
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100872
4 changed files with 41 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
|
||||
SUBDIR += abclock
|
||||
SUBDIR += alltraxclock
|
||||
SUBDIR += asclock
|
||||
SUBDIR += asclock-gtk
|
||||
SUBDIR += asclock-xlib
|
||||
|
|
33
x11-clocks/alltraxclock/Makefile
Normal file
33
x11-clocks/alltraxclock/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: alltraxclock
|
||||
# Date created: 11 Feb 2004
|
||||
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= alltraxclock
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= x11-clocks
|
||||
MASTER_SITES= http://perso.wanadoo.fr/alltrax/
|
||||
DISTNAME= ${PORTNAME}2_0.2-1
|
||||
|
||||
MAINTAINER= bogorodskiy@inbox.ru
|
||||
COMMENT= An analog clock plugin for gkrellm2
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
||||
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
ALL_TARGET= alltraxclock.so
|
||||
PLIST_FILES= libexec/gkrellm2/plugins/alltraxclock.so
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}2_0.2/
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2|| ; s|-lpthread||' ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/alltraxclock.so ${PREFIX}/libexec/gkrellm2/plugins/
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-clocks/alltraxclock/distinfo
Normal file
2
x11-clocks/alltraxclock/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (alltraxclock2_0.2-1.tar.gz) = 2c0cbf7ec73db1108831e39c9427c1ee
|
||||
SIZE (alltraxclock2_0.2-1.tar.gz) = 6369
|
5
x11-clocks/alltraxclock/pkg-descr
Normal file
5
x11-clocks/alltraxclock/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Alltraxclock is a nice-looking analog clock plugin for gkrellm2.
|
||||
|
||||
-Roman Bogorodskiy
|
||||
|
||||
WWW: http://perso.wanadoo.fr/alltrax/
|
Loading…
Reference in a new issue