aboutsummaryrefslogtreecommitdiff
path: root/security/bsp_upektfmess
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-04 10:48:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-04 10:48:50 +0000
commit0c06111c464371ac05e6e30d841fc4e86a2d5700 (patch)
treeaea79b8d9b683f52f70634531007aeb451f8f1ed /security/bsp_upektfmess
parent60820d612b8a6b4b5700dd02145552bb0d6011f2 (diff)
downloadports-0c06111c464371ac05e6e30d841fc4e86a2d5700.tar.gz
ports-0c06111c464371ac05e6e30d841fc4e86a2d5700.zip
Notes
Diffstat (limited to 'security/bsp_upektfmess')
-rw-r--r--security/bsp_upektfmess/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/security/bsp_upektfmess/Makefile b/security/bsp_upektfmess/Makefile
index ed9f504e4f11..4ee05da0a624 100644
--- a/security/bsp_upektfmess/Makefile
+++ b/security/bsp_upektfmess/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: bsp_upektfmess
-# Date created: February 2006
-# Whom: Fredrik Lindberg <fli@shapeshifter.se>
-#
+# Created by: Fredrik Lindberg <fli@shapeshifter.se>
# $FreeBSD$
-#
PORTNAME= bsp_upektfmess
PORTVERSION= 1.1
@@ -35,11 +31,11 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386
-OPTIONS= GUI "Install GUI" off
+OPTIONS_DEFINE= GUI
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITH_GUI)
+.if ${PORT_OPTIONS:MGUI}
TFMESSPATH=${WRKDIR}/${DISTNAME}
.else
TFMESSPATH=${WRKDIR}/${DISTNAME}/console_only
@@ -55,7 +51,7 @@ do-install:
post-install:
.if !defined(BATCH)
@${ECHO_CMD} ""
-.if defined(WITH_GUI)
+.if ${PORT_OPTIONS:MGUI}
@${ECHO_CMD} "You have chosen to install the GUI version, this does"
@${ECHO_CMD} "not always work correctly with PAM."
@${ECHO_CMD} "Please install the non-gui version if you intend to"
@@ -67,4 +63,4 @@ post-install:
@${ECHO_CMD} ""
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>