mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44437 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
23 lines
1.0 KiB
XML
23 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>gnustep@gentoo.org</email>
|
|
<name>Gentoo GNUstep Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The makefile package is a simple, powerful and extensible way to write
|
|
makefiles for a GNUstep-based project. It allows the user to write a
|
|
project without having to deal with the complex issues associated with
|
|
configuration, building, installation, and packaging. It also allows
|
|
the user to easily create cross-compiled binaries.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="libobjc2">Enables use of the GNUstep Objective-C runtime (<pkg>gnustep-base/libobjc2</pkg>) with non-fragile ABI and <pkg>llvm-core/clang</pkg> compiler</flag>
|
|
<flag name="native-exceptions">Enables use of the native Objective-C exception support (@try/@catch/@finally) built-in objective-c exceptions with compilers that support it </flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">gnustep/tools-make</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|