diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11/xinit | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.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/xinit')
-rw-r--r-- | x11/xinit/Makefile | 23 | ||||
-rw-r--r-- | x11/xinit/distinfo | 3 | ||||
-rw-r--r-- | x11/xinit/pkg-descr | 4 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile new file mode 100644 index 000000000000..d10a1865c772 --- /dev/null +++ b/x11/xinit/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xinit +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xinit +PORTVERSION= 1.0.3 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Window System initializer + +XORG_CAT= app +USE_XORG= x11 + +PLIST_FILES= bin/startx bin/xinit lib/X11/xinit/xinitrc +PLIST_DIRS= lib/X11/xinit + +MAN1= startx.1 xinit.1 + +.include <bsd.port.mk> diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo new file mode 100644 index 000000000000..70c1d87028e6 --- /dev/null +++ b/x11/xinit/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xinit-1.0.3.tar.bz2) = f04a903cc0e18b3c338f58eb90f6caf8 +SHA256 (xorg/app/xinit-1.0.3.tar.bz2) = c77a58cba815eb1dde2242a819e80d7d84d753678837ac24d385e3ec65d33186 +SIZE (xorg/app/xinit-1.0.3.tar.bz2) = 97629 diff --git a/x11/xinit/pkg-descr b/x11/xinit/pkg-descr new file mode 100644 index 000000000000..495f443cc3b3 --- /dev/null +++ b/x11/xinit/pkg-descr @@ -0,0 +1,4 @@ +This package contains xinit, the X Window System initializer. + +- Joel Dahl +joel@FreeBSD.org |