diff options
author | kwm <kwm@FreeBSD.org> | 2013-01-06 06:57:40 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-01-06 06:57:40 +0800 |
commit | 2aab19633c74330198375fb1ee0b2e973fb47a7e (patch) | |
tree | 4a30b690095b7c3b36754f571aeca80a710febd6 /x11/xdm | |
parent | 6687967dc590683e657a9a60cc81252d0750c79c (diff) | |
download | freebsd-ports-gnome-2aab19633c74330198375fb1ee0b2e973fb47a7e.tar.gz freebsd-ports-gnome-2aab19633c74330198375fb1ee0b2e973fb47a7e.tar.zst freebsd-ports-gnome-2aab19633c74330198375fb1ee0b2e973fb47a7e.zip |
Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and help
rendered with deciphering the monster that is xorg-drivers.
With hat: x11@
Diffstat (limited to 'x11/xdm')
-rw-r--r-- | x11/xdm/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile index 66f4539a1973..862050b5cdff 100644 --- a/x11/xdm/Makefile +++ b/x11/xdm/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: xdm -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= xdm PORTVERSION= 1.1.11 @@ -24,11 +19,12 @@ MAN1= xdm.1 CFFILES= GiveConsole TakeConsole Xaccess Xreset Xresources \ Xservers Xsession Xsetup_0 Xstartup Xwilling xdm-config -OPTIONS= XDMSHELL "Install xdmshell" off +OPTIONS_DEFINE= XDMSHELL +XDMSHELL_DESC= Install xdmshell .include <bsd.port.options.mk> -.if defined(WITH_XDMSHELL) +.if ${PORT_OPTIONS:MXDMSHELL} CONFIGURE_ARGS+=--enable-xdmshell MAN1+= xdmshell.1 PLIST_SUB+= XDMSHELL="" |