- Update MASTER_SITES, WWW

- Style

PR:		ports/96474
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Pav Lucistnik 2006-04-29 11:14:09 +00:00
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

View file

@ -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>

View file

@ -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>

View file

@ -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