summaryrefslogtreecommitdiffstats
path: root/x11/libICE/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-03-05 17:16:20 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-03-05 17:16:20 +0800
commite9669289b7cb3adb50c553147d7bc1dffd96214e (patch)
tree8256f9e93b3405e2d5dbbd1d3953ef87a166f67a /x11/libICE/Makefile
parent0c32c11e179912c8cce2740ef964c4573157f55d (diff)
downloadxorg-devel-ports-e9669289b7cb3adb50c553147d7bc1dffd96214e.tar
xorg-devel-ports-e9669289b7cb3adb50c553147d7bc1dffd96214e.tar.gz
xorg-devel-ports-e9669289b7cb3adb50c553147d7bc1dffd96214e.tar.bz2
xorg-devel-ports-e9669289b7cb3adb50c553147d7bc1dffd96214e.tar.lz
xorg-devel-ports-e9669289b7cb3adb50c553147d7bc1dffd96214e.tar.xz
xorg-devel-ports-e9669289b7cb3adb50c553147d7bc1dffd96214e.tar.zst
xorg-devel-ports-e9669289b7cb3adb50c553147d7bc1dffd96214e.zip
Add libSM 1.2.1.
Add libICE 1.0.8. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@444 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/libICE/Makefile')
-rw-r--r--x11/libICE/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile
new file mode 100644
index 0000000..22b4e7a
--- /dev/null
+++ b/x11/libICE/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: libICE
+# Date Created: 09 Nov, 2003
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/libICE/Makefile,v 1.24 2011/11/09 15:25:47 miwi Exp $
+#
+
+PORTNAME= libICE
+PORTVERSION= 1.0.8
+PORTEPOCH= 1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Inter Client Exchange library for X11
+
+XORG_CAT= lib
+USE_XORG= xproto:both xtrans
+
+.include <bsd.port.mk>