mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Shell script for finding and running an available installed browser
on the system. WWW: http://personalpages.tds.net/~jwbacon/Ports PR: ports/120175 Submitted by: Jason Bacon <jwbacon at tds.net>
This commit is contained in:
parent
e3e52d77d2
commit
5533d84113
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206826
@ -1155,6 +1155,7 @@
|
||||
SUBDIR += rubygem-staticmatic
|
||||
SUBDIR += rubygem-taggable
|
||||
SUBDIR += rubygem-thin
|
||||
SUBDIR += runsomebrowser
|
||||
SUBDIR += sams
|
||||
SUBDIR += sarg
|
||||
SUBDIR += sbox-dtc
|
||||
|
27
www/runsomebrowser/Makefile
Normal file
27
www/runsomebrowser/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: runsomebrowser
|
||||
# Date created: 2007-11-06
|
||||
# Whom: Jason Bacon <jwbacon@tds.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= runsomebrowser
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
|
||||
http://jbacon.dyndns.org/~bacon/Ports/distfiles/
|
||||
|
||||
MAINTAINER= jwbacon@tds.net
|
||||
COMMENT= Script for running the an available WEB browser
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= runsomebrowser.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/runsomebrowser ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/runsomebrowser.1 ${MAN1PREFIX}/man/man1
|
||||
|
||||
PLIST_FILES= bin/runsomebrowser
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/runsomebrowser/distinfo
Normal file
3
www/runsomebrowser/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (runsomebrowser-0.1.tar.gz) = 35dd081ed826c4ef2e87e59dcc35ac97
|
||||
SHA256 (runsomebrowser-0.1.tar.gz) = fcb59b659467730fe8c9a6539b341ad5ffb7955cc0340a365ff134a2587903c2
|
||||
SIZE (runsomebrowser-0.1.tar.gz) = 1572
|
4
www/runsomebrowser/pkg-descr
Normal file
4
www/runsomebrowser/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Shell script for finding and running an available installed browser
|
||||
on the system.
|
||||
|
||||
WWW: http://personalpages.tds.net/~jwbacon/Ports
|
Loading…
Reference in New Issue
Block a user