1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to OPTIONSng framework

Approved by:	    shaun (mentor)
This commit is contained in:
Matthew Seaman 2012-06-04 19:46:01 +00:00
parent 26a80e02ff
commit bfcb7d8f3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298390

View File

@ -25,11 +25,12 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
OPTIONS= RT38 "Install for rt-3.8.x (default rt-4.0.x)" off
OPTIONS_DEFINE= RT38
RT38_DESC= Install for rt-3.8.x (default rt-4.0.x)
.include <bsd.port.options.mk>
.if defined(WITH_RT38)
.if ${PORT_OPTIONS:MRT38}
RT_VER= 38
.else
RT_VER= 40