You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1000 B
Tcl
29 lines
1000 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 mvnd_select
|
|
version 1.0
|
|
revision 0
|
|
categories java
|
|
supported_archs noarch
|
|
platforms any
|
|
description common files for selecting default mvnd version
|
|
long_description This port installs files that allow 'port select' to \
|
|
be used to create links to the preferred default \
|
|
version of the mvnd (Maven Daemon) tool.
|
|
|
|
post-destroot {
|
|
select::install mvnd ${filespath}/base
|
|
select::install mvnd ${filespath}/none
|
|
}
|
|
|
|
livecheck.type none
|
|
|
|
# Documentation for mvnd ports:
|
|
# PortGroup select 1.0
|
|
# select.group mvnd
|
|
# select.file ${filespath}/mvnd[string map {. {}} ${branch}]
|