freebsd-ports/net/unison-nox11/Makefile
Boris Samorodov a702430da7 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
2008-09-29 18:49:16 +00:00

20 lines
385 B
Makefile

# 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"