mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update MASTER_SITES, WWW
- Style PR: ports/96474 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
bb870cb1b4
commit
e8cab3379e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160740
3 changed files with 9 additions and 10 deletions
|
@ -8,7 +8,7 @@
|
||||||
PORTNAME= ticker.app
|
PORTNAME= ticker.app
|
||||||
PORTVERSION= 0.5.0
|
PORTVERSION= 0.5.0
|
||||||
CATEGORIES= sysutils windowmaker
|
CATEGORIES= sysutils windowmaker
|
||||||
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
|
MASTER_SITES= http://seiichisato.jp/dockapps/src/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Ticker dockapp for Window Maker
|
COMMENT= Ticker dockapp for Window Maker
|
||||||
|
@ -16,16 +16,19 @@ COMMENT= Ticker dockapp for Window Maker
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_XPM= yes
|
USE_XPM= yes
|
||||||
|
USE_GNOME= gnometarget
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --program-prefix=""
|
|
||||||
|
|
||||||
MAN1= ticker.app.1
|
MAN1= ticker.app.1
|
||||||
|
PORTDOCS= ChangeLog README
|
||||||
|
PLIST_FILES= bin/ticker.app
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/ChangeLog \
|
.for file in ${PORTDOCS}
|
||||||
${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,5 +3,5 @@ by the command line, and displays each line in a viewing area
|
||||||
periodically. It rereads automatically when the file has been
|
periodically. It rereads automatically when the file has been
|
||||||
modified. If you run in a tail-mode, it ticks only the last line.
|
modified. If you run in a tail-mode, it ticks only the last line.
|
||||||
|
|
||||||
WWW: http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#ticker.app
|
WWW: http://seiichisato.jp/dockapps/#wmmemmon
|
||||||
Author: Seiichi SATO <ssato@sh.rim.or.jp>
|
Author: Seiichi SATO <me@seiichisato.jp>
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
bin/ticker.app
|
|
||||||
%%PORTDOCS%%share/doc/ticker.app/ChangeLog
|
|
||||||
%%PORTDOCS%%share/doc/ticker.app/README
|
|
||||||
%%PORTDOCS%%@dirrm share/doc/ticker.app
|
|
Loading…
Add table
Reference in a new issue