- Convert to OptionsNG
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
This commit is contained in:
parent
35f8232ad2
commit
1866de0b9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305107
1 changed files with 8 additions and 7 deletions
|
@ -19,14 +19,15 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= Maryland Routing Simulator
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT=X11
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS= X11 "Build with X11 support via Motif" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
.if defined(WITH_X11)
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
USE_MOTIF= yes
|
||||
MAKEFILE= Makefile.XMotif
|
||||
.else
|
||||
|
@ -56,4 +57,4 @@ do-install:
|
|||
${MV} doc mars )
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue