diff options
author | bsam <bsam@FreeBSD.org> | 2008-09-30 02:49:16 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2008-09-30 02:49:16 +0800 |
commit | 18048464b660ebfc7c2f96520f36a373af81f2ea (patch) | |
tree | f5c70e882df3695d86c4b51a05e0b665b70a16ab | |
parent | 6b42a71195f0ad10bce466b1ab413b9eb9d3385f (diff) | |
download | freebsd-ports-gnome-18048464b660ebfc7c2f96520f36a373af81f2ea.tar.gz freebsd-ports-gnome-18048464b660ebfc7c2f96520f36a373af81f2ea.tar.zst freebsd-ports-gnome-18048464b660ebfc7c2f96520f36a373af81f2ea.zip |
Seems that it's worth having this port for it's package:
% cd /exp/ports/net/unison-nox11
% make all-depends-list | wc -l
5
% cd /usr/ports/net/unison
% make all-depends-list | wc -l
198
PR: ports/127117
Submitted by: bsam
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/unison-nox11/Makefile | 19 |
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" |