mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
20 lines
454 B
Plaintext
20 lines
454 B
Plaintext
PortSystem 1.0
|
|
|
|
name universal
|
|
version 1
|
|
categories test
|
|
maintainers pguyot@kallisys.net
|
|
description Test port for universal variant
|
|
homepage https://www.macports.org/
|
|
platforms darwin
|
|
long_description ${description}
|
|
distfiles
|
|
configure {}
|
|
build {}
|
|
destroot {
|
|
system "touch ${destroot}${prefix}/lib/${name}"
|
|
}
|
|
test {}
|
|
configure.universal_archs i386 x86_64
|
|
@option@
|