diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/smproxy | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | freebsd-ports-gnome-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz freebsd-ports-gnome-d4f0d0048a8755106a4b0445221a19761e746984.tar.zst freebsd-ports-gnome-d4f0d0048a8755106a4b0445221a19761e746984.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/smproxy')
-rw-r--r-- | x11/smproxy/Makefile | 22 | ||||
-rw-r--r-- | x11/smproxy/distinfo | 3 | ||||
-rw-r--r-- | x11/smproxy/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/smproxy/Makefile b/x11/smproxy/Makefile new file mode 100644 index 000000000000..33b7cf2ac697 --- /dev/null +++ b/x11/smproxy/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: smproxy +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= smproxy +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Session Manager Proxy + +XORG_CAT= app +USE_XORG= xt xmu + +PLIST_FILES= bin/smproxy + +MAN1= smproxy.1 + +.include <bsd.port.mk> diff --git a/x11/smproxy/distinfo b/x11/smproxy/distinfo new file mode 100644 index 000000000000..77a9c7b77116 --- /dev/null +++ b/x11/smproxy/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/smproxy-1.0.2.tar.bz2) = 31da204a0255ba8c6a65386e65dc1c90 +SHA256 (xorg/app/smproxy-1.0.2.tar.bz2) = 76d22f0cf07c8c4386a15c5c935b58319bd747befb940a0f03f652d59c4f67d2 +SIZE (xorg/app/smproxy-1.0.2.tar.bz2) = 87139 diff --git a/x11/smproxy/pkg-descr b/x11/smproxy/pkg-descr new file mode 100644 index 000000000000..98f9ecdcda45 --- /dev/null +++ b/x11/smproxy/pkg-descr @@ -0,0 +1,5 @@ +This package contains smproxy, a Session Manager Proxy for the X Window +System. + +- Joel Dahl +joel@FreeBSD.org |