a702430da7
% 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
20 lines
385 B
Makefile
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"
|