aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2008-09-29 18:49:16 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2008-09-29 18:49:16 +0000
commita702430da7936a83b8faea062845dac13ac713d9 (patch)
tree909bd368ec9aaa1e835f3b5f1e6b8336e4fc4c7b /net
parent4d0b6698c9081755e820330ac3e1e075dcdbeba0 (diff)
downloadports-a702430da7936a83b8faea062845dac13ac713d9.tar.gz
ports-a702430da7936a83b8faea062845dac13ac713d9.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/unison-nox11/Makefile19
2 files changed, 20 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index a74a01c15d6c..169b034642e2 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -968,6 +968,7 @@
SUBDIR += unfs3
SUBDIR += unison
SUBDIR += unison-devel
+ SUBDIR += unison-nox11
SUBDIR += unix2tcp
SUBDIR += uplog
SUBDIR += uproxy
diff --git a/net/unison-nox11/Makefile b/net/unison-nox11/Makefile
new file mode 100644
index 000000000000..d87bd7837602
--- /dev/null
+++ b/net/unison-nox11/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: net/unison-nox11
+# Date created: 2008-09-05
+# Whom: bsam
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -nox11
+
+MAINTAINER= bsam@FreeBSD.org
+COMMENT= A user-level file synchronization tool (without x11 stuff)
+
+CONFLICTS= unison-[0-9]*, unison-devel-[0-9]*
+
+WITHOUT_X11= yes
+MASTERDIR= ${.CURDIR}/../unison
+
+.include "${MASTERDIR}/Makefile"