Files

26 lines
963 B
Tcl
Raw Permalink Normal View History

2019-12-17 17:16:28 -05:00
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
2022-09-09 09:43:43 -04:00
PortGroup stub 1.0
2019-12-17 17:16:28 -05:00
PortGroup select 1.0
2019-12-14 18:07:11 -05:00
name apl_select
version 1.0
2022-09-09 09:43:43 -04:00
revision 1
2019-12-14 18:07:11 -05:00
categories sysutils
supported_archs noarch
2022-12-14 22:40:47 +11:00
platforms any
2022-09-09 09:43:43 -04:00
maintainers {@casouri gmail.com:casouri} openmaintainer
2019-12-14 18:07:11 -05:00
description Common files for selecting default apl version
long_description apl_select installs files that allow 'port select' to \
2019-12-17 17:16:28 -05:00
switch the default version of apl. \
It symlinks the standard apl executables \
in the MacPorts prefix to the selected version.
2019-12-14 18:07:11 -05:00
2022-09-09 09:43:43 -04:00
post-destroot {
2019-12-14 18:07:11 -05:00
select::install apl ${filespath}/base
select::install apl ${filespath}/none
}
2019-12-17 17:16:28 -05:00
livecheck.type none