mirror of
https://github.com/macports/macports-user-wms.git
synced 2026-07-13 03:18:37 -07:00
git-svn-id: https://svn.macports.org/repository/macports/users/wms@97674 d073be05-634f-4543-b044-5fe20cf6d1d6
30 lines
472 B
Plaintext
30 lines
472 B
Plaintext
# $Id$
|
|
|
|
PortSystem 1.0
|
|
name dependencies-a
|
|
version 1
|
|
categories test
|
|
maintainers pguyot@kallisys.net
|
|
description Test port for dependencies
|
|
homepage http://www.macports.org/
|
|
platforms darwin
|
|
|
|
long_description ${description}
|
|
|
|
distfiles
|
|
use_configure no
|
|
build {}
|
|
destroot {
|
|
system "touch ${destroot}${prefix}/lib/${name}"
|
|
}
|
|
|
|
default_variants +i_want_b
|
|
|
|
variant i_want_b {
|
|
depends_lib-append port:dependencies-b
|
|
}
|
|
|
|
test {
|
|
# testing consists in processing dependencies
|
|
}
|