diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-08 21:47:23 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-08 21:47:23 +0000 |
commit | 33537ee8a3e3c13d3ae93e8b2e27dcbe6bbb5051 (patch) | |
tree | 94eed6e91b047797a264b3a8a5a811f417ed5f25 /x11/portoseguro | |
parent | 645cef7d2e388b32e414482decc74da3838cd866 (diff) | |
download | FreeBSD-ports-33537ee8a3e3c13d3ae93e8b2e27dcbe6bbb5051.zip FreeBSD-ports-33537ee8a3e3c13d3ae93e8b2e27dcbe6bbb5051.tar.gz |
Add PortoSeguro, Felipe Bergo's dock.
Diffstat (limited to 'x11/portoseguro')
-rw-r--r-- | x11/portoseguro/Makefile | 32 | ||||
-rw-r--r-- | x11/portoseguro/distinfo | 1 | ||||
-rw-r--r-- | x11/portoseguro/files/patch-configure_in | 14 | ||||
-rw-r--r-- | x11/portoseguro/pkg-comment | 1 | ||||
-rw-r--r-- | x11/portoseguro/pkg-descr | 15 | ||||
-rw-r--r-- | x11/portoseguro/pkg-plist | 2 |
6 files changed, 65 insertions, 0 deletions
diff --git a/x11/portoseguro/Makefile b/x11/portoseguro/Makefile new file mode 100644 index 0000000..2d975ec --- /dev/null +++ b/x11/portoseguro/Makefile @@ -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> diff --git a/x11/portoseguro/distinfo b/x11/portoseguro/distinfo new file mode 100644 index 0000000..00a9141 --- /dev/null +++ b/x11/portoseguro/distinfo @@ -0,0 +1 @@ +MD5 (portoseguro-alpha4.tar.gz) = 84cb67ea560a95f18382bfb0adc824e1 diff --git a/x11/portoseguro/files/patch-configure_in b/x11/portoseguro/files/patch-configure_in new file mode 100644 index 0000000..8064618 --- /dev/null +++ b/x11/portoseguro/files/patch-configure_in @@ -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( diff --git a/x11/portoseguro/pkg-comment b/x11/portoseguro/pkg-comment new file mode 100644 index 0000000..609c2a4 --- /dev/null +++ b/x11/portoseguro/pkg-comment @@ -0,0 +1 @@ +Launch applications by clicking on an icon bar diff --git a/x11/portoseguro/pkg-descr b/x11/portoseguro/pkg-descr new file mode 100644 index 0000000..e760c06 --- /dev/null +++ b/x11/portoseguro/pkg-descr @@ -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 diff --git a/x11/portoseguro/pkg-plist b/x11/portoseguro/pkg-plist new file mode 100644 index 0000000..938f511 --- /dev/null +++ b/x11/portoseguro/pkg-plist @@ -0,0 +1,2 @@ +bin/portoseguro +bin/portoseguro.conf |