summaryrefslogtreecommitdiff
path: root/net/cvsup
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-06-05 20:53:32 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-06-05 20:53:32 +0000
commitb67f023edfe8e34709051310cb10f1550cb1a83c (patch)
treedd242be33886d79a67f07c03261874860ef46253 /net/cvsup
parentRemove SGE support as the SGE ports will be removed shortly. (diff)
Convert cvsup and cvsup-without-gui to OptionsNG.
There is a little more cleanup work to be done with these ports. Reviewed by: kwm, ak
Notes
Notes: svn path=/head/; revision=320020
Diffstat (limited to 'net/cvsup')
-rw-r--r--net/cvsup/Makefile22
1 files changed, 8 insertions, 14 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index d0d4ce54724d..d134180b1042 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cvsup
-# Date created: 7 August 1996
-# Whom: asami
-#
+# Created by: asami
# $FreeBSD$
-#
PORTNAME= cvsup
PORTVERSION= 16.1h
@@ -18,20 +14,18 @@ COMMENT= File distribution system optimized for CVS
ONLY_FOR_ARCHS= amd64 i386 sparc64
-.if !defined(SLAVE_WITHOUT_GUI)
-OPTIONS+= X11 "Build with X11 support" on
-.endif
+OPTIONS_DEFINE= X11 STATIC
+OPTIONS_EXCLUDE_amd64= X11
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(STATIC)
+.if ${PORT_OPTIONS:MSTATIC}
WITH_STATIC= yes
-.endif
-
-.if defined(WITH_STATIC) && !defined(WITHOUT_STATIC)
M3FLAGS+= -DSTATIC
.endif
+.include <bsd.port.pre.mk>
+
.if ${ARCH} == "amd64"
TARGET= FBSD_AMD64
AMD64_PATCHES= p-amd64-aa p-amd64-zlib
@@ -41,7 +35,7 @@ TARGET= FreeBSD4
TARGET= FBSD_SPARC64
.endif
-.if defined(WITHOUT_X11)
+.if ! ${PORT_OPTIONS:MX11}
M3FLAGS+= -DNOGUI
BUILD_DEPENDS= ${PREFIX}/lib/m3/pkg/tcp/${TARGET}/libm3tcp.a:${PORTSDIR}/lang/ezm3
PKGNAMESUFFIX= -without-gui