mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add PortoSeguro, Felipe Bergo's dock.
This commit is contained in:
parent
332fe20a08
commit
1bd430337d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33591
@ -57,6 +57,7 @@
|
||||
SUBDIR += lupe
|
||||
SUBDIR += offix-clipboard
|
||||
SUBDIR += offix-execute
|
||||
SUBDIR += portoseguro
|
||||
SUBDIR += powershell
|
||||
SUBDIR += props
|
||||
SUBDIR += qrash
|
||||
|
32
x11/portoseguro/Makefile
Normal file
32
x11/portoseguro/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: portoseguro
|
||||
# Date created: 2000-10-08
|
||||
# Whom: trevor
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= portoseguro
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.ic.unicamp.br/~guazzibe/random/
|
||||
DISTNAME= ${PORTNAME}-alpha4
|
||||
|
||||
MAINTAINER= trevor@FreeBSD.org
|
||||
|
||||
CONFIGURE_ENV= GTKCONFIG=${GTK_CONFIG}
|
||||
USE_AUTOCONF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GTK= yes
|
||||
USE_X_PREFIX= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
.for i in portoseguro portoseguro.conf
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${X11BASE}/bin
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${X11BASE}/share/doc/portoseguro
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${LOCALBASE}/share/doc/portoseguro
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/portoseguro/distinfo
Normal file
1
x11/portoseguro/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (portoseguro-alpha4.tar.gz) = 84cb67ea560a95f18382bfb0adc824e1
|
14
x11/portoseguro/files/patch-configure_in
Normal file
14
x11/portoseguro/files/patch-configure_in
Normal file
@ -0,0 +1,14 @@
|
||||
--- configure.in.orig Thu Sep 7 03:57:52 2000
|
||||
+++ configure.in Sun Oct 8 20:57:24 2000
|
||||
@@ -11,11 +11,8 @@
|
||||
AC_PROG_INSTALL
|
||||
|
||||
AC_HEADER_STDC
|
||||
-AC_HEADER_CHECK(X11/xpm.h,,AC_MSG_ERROR(required header file missing))
|
||||
|
||||
dnl now gtk
|
||||
-
|
||||
-AC_PATH_PROG(GTKCONFIG,gtk-config,no)
|
||||
|
||||
if test x$GTKCONFIG = xno ; then
|
||||
AC_MSG_ERROR(
|
1
x11/portoseguro/pkg-comment
Normal file
1
x11/portoseguro/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Launch applications by clicking on an icon bar
|
15
x11/portoseguro/pkg-descr
Normal file
15
x11/portoseguro/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
from the README:
|
||||
|
||||
Porto Seguro is a simple dock, built for the Sapphire window manager, but may
|
||||
fit any other window manager.
|
||||
|
||||
The applications are run with a single click. The dock is configured in a GUI
|
||||
run from the button on the screen edge.
|
||||
|
||||
You may configure items to hold instance, that is, run only one instance of the
|
||||
app and keep the button highlighted while the application is running or not to
|
||||
hold, which is useful for xterms and other things you'll want to have many at
|
||||
once.
|
||||
|
||||
Trevor Johnson
|
||||
trevor@FreeBSD.org
|
2
x11/portoseguro/pkg-plist
Normal file
2
x11/portoseguro/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/portoseguro
|
||||
bin/portoseguro.conf
|
Loading…
Reference in New Issue
Block a user