blob: c5bec352d4924f0fbd00d257f1889db47026b11a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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]*
OPTIONS_EXCLUDE= GTK2
OPTIONS_DEFAULT= DOCS
MASTERDIR= ${.CURDIR}/../unison
.include "${MASTERDIR}/Makefile"
|