summaryrefslogtreecommitdiffstats
path: root/x11/xinit/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-06 00:43:42 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-06 00:43:42 +0800
commiteb384524d18261e42f80deeb7cbe74523f1d49eb (patch)
tree0495ae031d15285d4795cdeb948cfc6df2c97f58 /x11/xinit/Makefile
parente8fa453ef65d0752f7b1379dc1726874936edf7d (diff)
downloadxorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar
xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar.gz
xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar.bz2
xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar.lz
xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar.xz
xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.tar.zst
xorg-devel-ports-eb384524d18261e42f80deeb7cbe74523f1d49eb.zip
- Move ports/branches/xorg-dev to ports/trunk/
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@388 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/xinit/Makefile')
-rw-r--r--x11/xinit/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile
new file mode 100644
index 0000000..8b9e30c
--- /dev/null
+++ b/x11/xinit/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xinit
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xinit
+PORTVERSION= 1.3.2
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X Window System initializer
+
+LICENSE= MIT
+
+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
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp
+ @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/man/xinit.man
+
+.include <bsd.port.mk>