d5057f768f
* PORTREVISION bumped because previous package added empty directories. * GPLv3 LICENSE added, but not installed as it messed up dynamic PLIST * pkg-message used instead of post-install echoes * Custom do-build target removed, default works after modifications * OPTIONS_SUB=yes to handle standard PLIST_SUB conversions * Auto-PLIST logic improvements * To simplify Auto-PLIST, non-bin entries were removed from pkg-plist * It was necessary to add pre-install target to pre-create directories that are no longer present when port is installed in clean stage.
27 lines
653 B
Text
27 lines
653 B
Text
bin/%%TARGET%%-gnatbind
|
|
bin/%%TARGET%%-gnatchop
|
|
bin/%%TARGET%%-gnat
|
|
bin/%%TARGET%%-gnatkr
|
|
bin/%%TARGET%%-gnatlink
|
|
bin/%%TARGET%%-gnatls
|
|
bin/%%TARGET%%-gnatmake
|
|
bin/%%TARGET%%-gnatname
|
|
bin/%%TARGET%%-gnatprep
|
|
bin/%%TARGET%%-gnatxref
|
|
bin/%%TARGET%%-gnatfind
|
|
bin/%%TARGET%%-gnatclean
|
|
bin/%%TARGET%%-gcov
|
|
bin/%%TARGET%%-cpp
|
|
bin/%%TARGET%%-gnatgcc
|
|
bin/%%TARGET%%-gcc-%%GCCVERS%%
|
|
%%FORT%%bin/%%TARGET%%-gnatgfortran
|
|
%%TARGET%%/bin/gnatbind
|
|
%%TARGET%%/bin/gnatchop
|
|
%%TARGET%%/bin/gnat
|
|
%%TARGET%%/bin/gnatkr
|
|
%%TARGET%%/bin/gnatlink
|
|
%%TARGET%%/bin/gnatls
|
|
%%TARGET%%/bin/gnatmake
|
|
%%TARGET%%/bin/gnatprep
|
|
%%TARGET%%/bin/gnatgcc
|
|
%%FORT%%%%TARGET%%/bin/gnatgfortran
|