Files

26 lines
963 B
Tcl

# -*- 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
PortGroup stub 1.0
PortGroup select 1.0
name apl_select
version 1.0
revision 1
categories sysutils
supported_archs noarch
platforms any
maintainers {@casouri gmail.com:casouri} openmaintainer
description Common files for selecting default apl version
long_description apl_select installs files that allow 'port select' to \
switch the default version of apl. \
It symlinks the standard apl executables \
in the MacPorts prefix to the selected version.
post-destroot {
select::install apl ${filespath}/base
select::install apl ${filespath}/none
}
livecheck.type none